public enum MessageCode400SBS extends Enum<MessageCode400SBS>
| Enum Constant and Description |
|---|
CONSENT_UNKNOWN |
FORMAT_ERROR |
PARAMETER_NOT_CONSISTENT |
PARAMETER_NOT_SUPPORTED |
PERIOD_INVALID |
REFERENCE_MIX_INVALID |
RESOURCE_BLOCKED |
RESOURCE_EXPIRED |
RESOURCE_UNKNOWN |
SCA_METHOD_UNKNOWN |
SERVICE_INVALID |
TIMESTAMP_INVALID |
| Modifier and Type | Method and Description |
|---|---|
static MessageCode400SBS |
fromValue(String text) |
String |
toString() |
static MessageCode400SBS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCode400SBS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCode400SBS FORMAT_ERROR
public static final MessageCode400SBS PARAMETER_NOT_CONSISTENT
public static final MessageCode400SBS PARAMETER_NOT_SUPPORTED
public static final MessageCode400SBS SERVICE_INVALID
public static final MessageCode400SBS RESOURCE_UNKNOWN
public static final MessageCode400SBS RESOURCE_EXPIRED
public static final MessageCode400SBS RESOURCE_BLOCKED
public static final MessageCode400SBS TIMESTAMP_INVALID
public static final MessageCode400SBS PERIOD_INVALID
public static final MessageCode400SBS SCA_METHOD_UNKNOWN
public static final MessageCode400SBS CONSENT_UNKNOWN
public static final MessageCode400SBS REFERENCE_MIX_INVALID
public static MessageCode400SBS[] values()
for (MessageCode400SBS c : MessageCode400SBS.values()) System.out.println(c);
public static MessageCode400SBS 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<MessageCode400SBS>public static MessageCode400SBS fromValue(String text)
Copyright © 2019. All rights reserved.