public enum IRDCommands extends java.lang.Enum<IRDCommands> implements ICRMLookupEnum
Enum Constant and Description |
---|
CLEAR_CA_PIN |
DISPLAY_FINGERPRINT |
FORCE_SOFTWARE_DOWNLOAD |
FORCE_TUNE |
SEND_EMAIL_MESSAGE |
SEND_POPUP_MESSAGE |
SET_BOUQUET_ID |
SET_NETWORK_ID |
UPDATE_CA_PIN_VALUE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID() |
java.lang.String |
getLabel() |
static IRDCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRDCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRDCommands DISPLAY_FINGERPRINT
public static final IRDCommands UPDATE_CA_PIN_VALUE
public static final IRDCommands CLEAR_CA_PIN
public static final IRDCommands SEND_EMAIL_MESSAGE
public static final IRDCommands SEND_POPUP_MESSAGE
public static final IRDCommands SET_BOUQUET_ID
public static final IRDCommands SET_NETWORK_ID
public static final IRDCommands FORCE_SOFTWARE_DOWNLOAD
public static final IRDCommands FORCE_TUNE
public static IRDCommands[] values()
for (IRDCommands c : IRDCommands.values()) System.out.println(c);
public static IRDCommands 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 getID()
public java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum