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