Enum Constant and Description |
---|
CANCEL_TRANSACTION |
CAPTURE_COMPLETE |
DEVICE_INFO_CHANGED |
DEVICE_PROP_CHANGED |
DEVICE_RESET |
OBJECT_ADDED |
OBJECT_INFO_CHANGED |
OBJECT_REMOVED |
REQUEST_OBJECT_TRANSFER |
STORAGE_INFO_CHANGED |
STORE_ADDED |
STORE_FULL |
STORE_REMOVED |
UNDEFINED |
UNREPORTED_STATUS |
Modifier and Type | Method and Description |
---|---|
static boolean |
isReservedCode(UINT16 value) |
static boolean |
isVendorExtendedCode(UINT16 value) |
UINT16 |
value() |
static EventCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventCode UNDEFINED
public static final EventCode CANCEL_TRANSACTION
public static final EventCode OBJECT_ADDED
public static final EventCode OBJECT_REMOVED
public static final EventCode STORE_ADDED
public static final EventCode STORE_REMOVED
public static final EventCode DEVICE_PROP_CHANGED
public static final EventCode OBJECT_INFO_CHANGED
public static final EventCode DEVICE_INFO_CHANGED
public static final EventCode REQUEST_OBJECT_TRANSFER
public static final EventCode STORE_FULL
public static final EventCode DEVICE_RESET
public static final EventCode STORAGE_INFO_CHANGED
public static final EventCode CAPTURE_COMPLETE
public static final EventCode UNREPORTED_STATUS
public static EventCode[] values()
for (EventCode c : EventCode.values()) System.out.println(c);
public static EventCode 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 boolean isReservedCode(UINT16 value)
public static boolean isVendorExtendedCode(UINT16 value)