public enum NagravisionCommands extends java.lang.Enum<NagravisionCommands> implements ICRMLookupEnum
Enum Constant and Description |
---|
ADDING_INSTALLED_ITEMS |
CHANGING_SUBSCRIPTION_LOCATION |
REMOVING_INSTALLED_ITEMS |
SETTING_SUBSCRIPTION_AS_EFFECTIVE |
SETTING_SUBSCRIPTION_AS_NOT_EFFECTIVE |
STARTING_SERVICES |
STOPPING_SERVICES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static NagravisionCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NagravisionCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NagravisionCommands SETTING_SUBSCRIPTION_AS_EFFECTIVE
public static final NagravisionCommands SETTING_SUBSCRIPTION_AS_NOT_EFFECTIVE
public static final NagravisionCommands STARTING_SERVICES
public static final NagravisionCommands STOPPING_SERVICES
public static final NagravisionCommands ADDING_INSTALLED_ITEMS
public static final NagravisionCommands REMOVING_INSTALLED_ITEMS
public static final NagravisionCommands CHANGING_SUBSCRIPTION_LOCATION
public static NagravisionCommands[] values()
for (NagravisionCommands c : NagravisionCommands.values()) System.out.println(c);
public static NagravisionCommands 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 getLabel()
getLabel
in interface ICRMLookupEnum