public enum NGE_EVENT_TYPE extends java.lang.Enum<NGE_EVENT_TYPE>
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
static NGE_EVENT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NGE_EVENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NGE_EVENT_TYPE NO_EVENT_SET
public static final NGE_EVENT_TYPE GPI_EVENT
public static final NGE_EVENT_TYPE TAG_READ_EVENT
public static final NGE_EVENT_TYPE BUFFER_FULL_WARNING_EVENT
public static final NGE_EVENT_TYPE BUFFER_FULL_EVENT
public static final NGE_EVENT_TYPE ANTENNA_EVENT
public static final NGE_EVENT_TYPE INVENTORY_START_EVENT
public static final NGE_EVENT_TYPE INVENTORY_STOP_EVENT
public static final NGE_EVENT_TYPE ACCESS_START_EVENT
public static final NGE_EVENT_TYPE ACCESS_STOP_EVENT
public static final NGE_EVENT_TYPE DISCONNECTION_EVENT
public static final NGE_EVENT_TYPE NXP_EAS_ALARM_EVENT
public static final NGE_EVENT_TYPE DEBUG_INFO_EVENT
public static final NGE_EVENT_TYPE READER_EXCEPTION_EVENT
public static final NGE_EVENT_TYPE HANDHELD_TRIGGER_EVENT
public static final NGE_EVENT_TYPE TEMPERATURE_ALARM_EVENT
public static final NGE_EVENT_TYPE STATUS_EVENT
public static final NGE_EVENT_TYPE RF_SURVEY_START_EVENT
public static final NGE_EVENT_TYPE RF_SURVEY_STOP_EVENT
public static final NGE_EVENT_TYPE RF_SURVEY_DATA_READ_EVENT
public static NGE_EVENT_TYPE[] values()
for (NGE_EVENT_TYPE c : NGE_EVENT_TYPE.values()) System.out.println(c);
public static NGE_EVENT_TYPE 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 int getLevel()