public enum TerminalInfoErrorCodes extends java.lang.Enum<TerminalInfoErrorCodes>
| Enum Constant and Description |
|---|
SET_GET_IDS_NOT_AVAILABLE
Not available.
|
SET_GET_IDS_NOT_READY
Not ready.
|
UNKNOWN
The result is unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static TerminalInfoErrorCodes |
getEnum(int value)
Get enum from its numeric value.
|
int |
getNumValue() |
java.lang.String |
getTextValue() |
static TerminalInfoErrorCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminalInfoErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminalInfoErrorCodes SET_GET_IDS_NOT_AVAILABLE
public static final TerminalInfoErrorCodes SET_GET_IDS_NOT_READY
public static final TerminalInfoErrorCodes UNKNOWN
public static TerminalInfoErrorCodes[] values()
public static TerminalInfoErrorCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getNumValue()
public java.lang.String getTextValue()
public static TerminalInfoErrorCodes getEnum(int value)