public static enum UHFTemperatureTagsAPI.TagState extends java.lang.Enum<UHFTemperatureTagsAPI.TagState>
| Enum Constant and Description | 
|---|
| BATTERY_VOLTAGE_HIGH | 
| LIGHT_INTENSITY_HIGH | 
| MEASURING_TEMPERATURE | 
| TEMPERATURE_PROCESS_INTERRUPTED | 
| Modifier and Type | Method and Description | 
|---|---|
| static UHFTemperatureTagsAPI.TagState | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static UHFTemperatureTagsAPI.TagState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final UHFTemperatureTagsAPI.TagState BATTERY_VOLTAGE_HIGH
public static final UHFTemperatureTagsAPI.TagState LIGHT_INTENSITY_HIGH
public static final UHFTemperatureTagsAPI.TagState TEMPERATURE_PROCESS_INTERRUPTED
public static final UHFTemperatureTagsAPI.TagState MEASURING_TEMPERATURE
public static UHFTemperatureTagsAPI.TagState[] values()
for (UHFTemperatureTagsAPI.TagState c : UHFTemperatureTagsAPI.TagState.values()) System.out.println(c);
public static UHFTemperatureTagsAPI.TagState 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 null