public static enum Unit.execCmdFlag extends java.lang.Enum<Unit.execCmdFlag>
Enum Constant and Description |
---|
primaryPhone
Send unit command to a primary phone number
|
secondaryPhone
Send unit command to a secondary phone number
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static Unit.execCmdFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Unit.execCmdFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Unit.execCmdFlag primaryPhone
public static final Unit.execCmdFlag secondaryPhone
public static Unit.execCmdFlag[] values()
for (Unit.execCmdFlag c : Unit.execCmdFlag.values()) System.out.println(c);
public static Unit.execCmdFlag 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 long getValue()