public enum MessageCode400AIS extends Enum<MessageCode400AIS>
| Enum Constant and Description |
|---|
CONSENT_UNKNOWN |
FORMAT_ERROR |
PARAMETER_NOT_CONSISTENT |
PARAMETER_NOT_SUPPORTED |
PERIOD_INVALID |
RESOURCE_BLOCKED |
RESOURCE_EXPIRED |
RESOURCE_UNKNOWN |
SCA_METHOD_UNKNOWN |
SERVICE_INVALID |
SESSIONS_NOT_SUPPORTED |
TIMESTAMP_INVALID |
| Modifier and Type | Method and Description |
|---|---|
static MessageCode400AIS |
fromValue(String text) |
String |
toString() |
static MessageCode400AIS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCode400AIS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCode400AIS FORMAT_ERROR
public static final MessageCode400AIS PARAMETER_NOT_CONSISTENT
public static final MessageCode400AIS PARAMETER_NOT_SUPPORTED
public static final MessageCode400AIS SERVICE_INVALID
public static final MessageCode400AIS RESOURCE_UNKNOWN
public static final MessageCode400AIS RESOURCE_EXPIRED
public static final MessageCode400AIS RESOURCE_BLOCKED
public static final MessageCode400AIS TIMESTAMP_INVALID
public static final MessageCode400AIS PERIOD_INVALID
public static final MessageCode400AIS SCA_METHOD_UNKNOWN
public static final MessageCode400AIS CONSENT_UNKNOWN
public static final MessageCode400AIS SESSIONS_NOT_SUPPORTED
public static MessageCode400AIS[] values()
for (MessageCode400AIS c : MessageCode400AIS.values()) System.out.println(c);
public static MessageCode400AIS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MessageCode400AIS>public static MessageCode400AIS fromValue(String text)
Copyright © 2019. All rights reserved.