public static enum UnnumberedControl.Function extends Enum<UnnumberedControl.Function>
Enum Constant and Description |
---|
STARTDT_ACT |
STARTDT_CONFIRM |
STOPDT_ACT |
STOPDT_CONFIRM |
TESTFR_ACT |
TESTFR_CONFIRM |
Modifier and Type | Method and Description |
---|---|
byte |
getNumericValue() |
static UnnumberedControl.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnnumberedControl.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnnumberedControl.Function STARTDT_ACT
public static final UnnumberedControl.Function STARTDT_CONFIRM
public static final UnnumberedControl.Function STOPDT_ACT
public static final UnnumberedControl.Function STOPDT_CONFIRM
public static final UnnumberedControl.Function TESTFR_ACT
public static final UnnumberedControl.Function TESTFR_CONFIRM
public static UnnumberedControl.Function[] values()
for (UnnumberedControl.Function c : UnnumberedControl.Function.values()) System.out.println(c);
public static UnnumberedControl.Function valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte getNumericValue()