public enum ExsetResponseErrorCode extends java.lang.Enum<ExsetResponseErrorCode> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
INCORRECT_CHECKSUM |
INCORRECT_WINDOW_TYPE |
PENDING |
PROCESSING |
SUCCESSFULL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
static ExsetResponseErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExsetResponseErrorCode |
valueOfByCode(java.lang.Integer errorCode) |
static ExsetResponseErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExsetResponseErrorCode PENDING
public static final ExsetResponseErrorCode PROCESSING
public static final ExsetResponseErrorCode SUCCESSFULL
public static final ExsetResponseErrorCode INCORRECT_CHECKSUM
public static final ExsetResponseErrorCode INCORRECT_WINDOW_TYPE
public static ExsetResponseErrorCode[] values()
for (ExsetResponseErrorCode c : ExsetResponseErrorCode.values()) System.out.println(c);
public static ExsetResponseErrorCode 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 java.lang.Integer getCode()
public java.lang.String getDescription()
public static ExsetResponseErrorCode valueOfByCode(java.lang.Integer errorCode)
public java.lang.String getLabel()
getLabel in interface ICRMLookupEnum