public enum QtGetConfigResultStatus extends java.lang.Enum<QtGetConfigResultStatus>
TagQtGetOp
,
TagQtGetOpResult
Enum Constant and Description |
---|
IncorrectPasswordError
An incorrect QT password was used.
|
NonspecificReaderError
An unidentified reader error occurred.
|
NonspecificTagError
An unidentified tag error occurred.
|
NoResponseFromTag
No ACK response was received from the tag in response to the operation.
|
Success
The tag QT operation was successful.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static QtGetConfigResultStatus |
valueOf(int qtGetConfigResultStatusValue)
Return the qtGetConfiguResult for a given integer value
|
static QtGetConfigResultStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QtGetConfigResultStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QtGetConfigResultStatus Success
public static final QtGetConfigResultStatus NonspecificTagError
public static final QtGetConfigResultStatus NoResponseFromTag
public static final QtGetConfigResultStatus NonspecificReaderError
public static final QtGetConfigResultStatus IncorrectPasswordError
public static QtGetConfigResultStatus[] values()
for (QtGetConfigResultStatus c : QtGetConfigResultStatus.values()) System.out.println(c);
public static QtGetConfigResultStatus 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 QtGetConfigResultStatus valueOf(int qtGetConfigResultStatusValue)
qtGetConfigResultStatusValue
- -- the integer valuepublic int getValue()