public class SwitchState extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static SwitchState |
DOUBLE
The instance of Double
|
static SwitchState |
NOT_SPECIFIED
The instance of Not Specified
|
static SwitchState |
OFF
The instance of Off
|
static SwitchState[] |
PRIVATE_VALUES |
static SwitchState |
SINGLE
The instance of Single
|
Modifier and Type | Method and Description |
---|---|
static SwitchState[] |
getValues() |
static SwitchState |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final SwitchState NOT_SPECIFIED
public static final SwitchState OFF
public static final SwitchState SINGLE
public static final SwitchState DOUBLE
public static final SwitchState[] PRIVATE_VALUES
public static final SwitchState[] getValues()
public static final SwitchState Parse(java.lang.String parameter)