public enum UICRCustomerRegisterAccessStatus extends java.lang.Enum<UICRCustomerRegisterAccessStatus> implements BaseEnum, Status
Enum Constant and Description |
---|
ERROR |
ERROR_ALREADY_WRITTEN |
ERROR_ARGS |
ERROR_CRC_MISMATCH |
ERROR_LOGGING_IN_PROGRESS |
ERROR_LOW_BATTERY |
ERROR_NOTHING_WRITTEN |
ERROR_NULL_PTR |
OK |
REF |
Modifier and Type | Method and Description |
---|---|
static UICRCustomerRegisterAccessStatus |
getEnum(byte[] data) |
byte[] |
getID() |
UICRCustomerRegisterAccessStatus |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static UICRCustomerRegisterAccessStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UICRCustomerRegisterAccessStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UICRCustomerRegisterAccessStatus REF
public static final UICRCustomerRegisterAccessStatus OK
public static final UICRCustomerRegisterAccessStatus ERROR
public static final UICRCustomerRegisterAccessStatus ERROR_NULL_PTR
public static final UICRCustomerRegisterAccessStatus ERROR_LOGGING_IN_PROGRESS
public static final UICRCustomerRegisterAccessStatus ERROR_LOW_BATTERY
public static final UICRCustomerRegisterAccessStatus ERROR_ALREADY_WRITTEN
public static final UICRCustomerRegisterAccessStatus ERROR_NOTHING_WRITTEN
public static final UICRCustomerRegisterAccessStatus ERROR_ARGS
public static final UICRCustomerRegisterAccessStatus ERROR_CRC_MISMATCH
public static UICRCustomerRegisterAccessStatus[] values()
for (UICRCustomerRegisterAccessStatus c : UICRCustomerRegisterAccessStatus.values()) System.out.println(c);
public static UICRCustomerRegisterAccessStatus 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 static UICRCustomerRegisterAccessStatus getEnum(byte[] data)
public UICRCustomerRegisterAccessStatus getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<UICRCustomerRegisterAccessStatus>