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