public class TransponderBackscatterErrorCode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static TransponderBackscatterErrorCode |
GENERAL_ERROR
The instance of General error
|
static TransponderBackscatterErrorCode |
MEMORY_DOES_NOT_EXIST_OR_THE_PC_VALUE_IS_NOT_SUPPORTED
The instance of Memory does not exist or the PC value is not supported
|
static TransponderBackscatterErrorCode |
MEMORY_IS_LOCK_OR_PERMALOCKED
The instance of Memory is lock or permalocked
|
static TransponderBackscatterErrorCode |
NOT_SPECIFIED
The instance of Not Specified
|
static TransponderBackscatterErrorCode[] |
PRIVATE_VALUES |
static TransponderBackscatterErrorCode |
TRANSPONDER_DOES_NOT_SUPPORT_ERROR_SPECIFIC_CODES
The instance of Transponder does not support error specific codes
|
static TransponderBackscatterErrorCode |
TRANSPONDER_HAS_INSUFFICIENT_POWER
The instance of Transponder has insufficient power
|
Modifier and Type | Method and Description |
---|---|
static TransponderBackscatterErrorCode[] |
getValues() |
static TransponderBackscatterErrorCode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final TransponderBackscatterErrorCode NOT_SPECIFIED
public static final TransponderBackscatterErrorCode GENERAL_ERROR
public static final TransponderBackscatterErrorCode MEMORY_DOES_NOT_EXIST_OR_THE_PC_VALUE_IS_NOT_SUPPORTED
public static final TransponderBackscatterErrorCode MEMORY_IS_LOCK_OR_PERMALOCKED
public static final TransponderBackscatterErrorCode TRANSPONDER_HAS_INSUFFICIENT_POWER
public static final TransponderBackscatterErrorCode TRANSPONDER_DOES_NOT_SUPPORT_ERROR_SPECIFIC_CODES
public static final TransponderBackscatterErrorCode[] PRIVATE_VALUES
public static final TransponderBackscatterErrorCode[] getValues()
public static final TransponderBackscatterErrorCode Parse(java.lang.String parameter)