public enum LifeCycleDeviceType extends java.lang.Enum<LifeCycleDeviceType>
| Enum Constant and Description |
|---|
EXCEPTIONAL
The 'EXCEPTIONAL' literal object.
|
LOADING
The 'LOADING' literal object.
|
NONE
The 'NONE' literal object.
|
ON_ERROR
The 'ON ERROR' literal object.
|
PROVISIONED
The 'PROVISIONED' literal object.
|
RUNNING
The 'RUNNING' literal object.
|
UNPROVISIONED
The 'UNPROVISIONED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEPTIONAL_VALUE
The 'EXCEPTIONAL' literal value.
|
static int |
LOADING_VALUE
The 'LOADING' literal value.
|
static int |
NONE_VALUE
The 'NONE' literal value.
|
static int |
ON_ERROR_VALUE
The 'ON ERROR' literal value.
|
static int |
PROVISIONED_VALUE
The 'PROVISIONED' literal value.
|
static int |
RUNNING_VALUE
The 'RUNNING' literal value.
|
static int |
UNPROVISIONED_VALUE
The 'UNPROVISIONED' literal value.
|
static java.util.List<LifeCycleDeviceType> |
VALUES
A public read-only list of all the 'Life Cycle Device Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleDeviceType |
get(int value)
Returns the 'Life Cycle Device Type' literal with the specified integer value.
|
static LifeCycleDeviceType |
get(java.lang.String literal)
Returns the 'Life Cycle Device Type' literal with the specified literal value.
|
static LifeCycleDeviceType |
getByName(java.lang.String name)
Returns the 'Life Cycle Device Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static LifeCycleDeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeCycleDeviceType NONE
NONE_VALUEpublic static final LifeCycleDeviceType LOADING
LOADING_VALUEpublic static final LifeCycleDeviceType PROVISIONED
PROVISIONED_VALUEpublic static final LifeCycleDeviceType UNPROVISIONED
UNPROVISIONED_VALUEpublic static final LifeCycleDeviceType RUNNING
RUNNING_VALUEpublic static final LifeCycleDeviceType ON_ERROR
ON_ERROR_VALUEpublic static final LifeCycleDeviceType EXCEPTIONAL
EXCEPTIONAL_VALUEpublic static final int NONE_VALUE
NONE,
Constant Field Valuespublic static final int LOADING_VALUE
LOADING,
Constant Field Valuespublic static final int PROVISIONED_VALUE
PROVISIONED,
Constant Field Valuespublic static final int UNPROVISIONED_VALUE
UNPROVISIONED,
Constant Field Valuespublic static final int RUNNING_VALUE
RUNNING,
Constant Field Valuespublic static final int ON_ERROR_VALUE
ON_ERROR,
Constant Field Valuespublic static final int EXCEPTIONAL_VALUE
EXCEPTIONAL,
Constant Field Valuespublic static final java.util.List<LifeCycleDeviceType> VALUES
public static LifeCycleDeviceType[] values()
for (LifeCycleDeviceType c : LifeCycleDeviceType.values()) System.out.println(c);
public static LifeCycleDeviceType 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 static LifeCycleDeviceType get(java.lang.String literal)
literal - the literal.null.public static LifeCycleDeviceType getByName(java.lang.String name)
name - the name.null.public static LifeCycleDeviceType get(int value)
value - the integer value.null.public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<LifeCycleDeviceType>Data In Motion GmbH all rights reserved