public enum Commands extends java.lang.Enum<Commands> implements ICRMLookupEnum
Enum Constant and Description |
---|
ADD_ENHANCED_LIST_OF_PRODUCTS |
ALL_PRODUCTS_CANCELLATION |
CANCEL_LIST_OF_PRODUCTS |
CLEAN_UP |
DISABLE_SMARTCARD |
INITIALISE_SMARTCARD |
IRD_COMMAND |
PAIR_SMARTCARD_AND_STB |
SET_ZIP_CODE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID() |
java.lang.String |
getLabel() |
static Commands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Commands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands ADD_ENHANCED_LIST_OF_PRODUCTS
public static final Commands INITIALISE_SMARTCARD
public static final Commands DISABLE_SMARTCARD
public static final Commands PAIR_SMARTCARD_AND_STB
public static final Commands CANCEL_LIST_OF_PRODUCTS
public static final Commands ALL_PRODUCTS_CANCELLATION
public static final Commands SET_ZIP_CODE
public static final Commands CLEAN_UP
public static final Commands IRD_COMMAND
public static Commands[] values()
for (Commands c : Commands.values()) System.out.println(c);
public static Commands 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