public enum DeviceActivationType extends java.lang.Enum<DeviceActivationType>
| Enum Constant and Description |
|---|
ACTIVE
The 'ACTIVE' literal object.
|
DELETED
The 'DELETED' literal object.
|
INACTIVE
The 'INACTIVE' literal object.
|
UNKNOWN
The 'UNKNOWN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The 'ACTIVE' literal value.
|
static int |
DELETED_VALUE
The 'DELETED' literal value.
|
static int |
INACTIVE_VALUE
The 'INACTIVE' literal value.
|
static int |
UNKNOWN_VALUE
The 'UNKNOWN' literal value.
|
static java.util.List<DeviceActivationType> |
VALUES
A public read-only list of all the 'Device Activation Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceActivationType |
get(int value)
Returns the 'Device Activation Type' literal with the specified integer value.
|
static DeviceActivationType |
get(java.lang.String literal)
Returns the 'Device Activation Type' literal with the specified literal value.
|
static DeviceActivationType |
getByName(java.lang.String name)
Returns the 'Device Activation 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 DeviceActivationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceActivationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceActivationType INACTIVE
INACTIVE_VALUEpublic static final DeviceActivationType ACTIVE
ACTIVE_VALUEpublic static final DeviceActivationType DELETED
DELETED_VALUEpublic static final DeviceActivationType UNKNOWN
UNKNOWN_VALUEpublic static final int INACTIVE_VALUE
INACTIVE,
Constant Field Valuespublic static final int ACTIVE_VALUE
ACTIVE,
Constant Field Valuespublic static final int DELETED_VALUE
DELETED,
Constant Field Valuespublic static final int UNKNOWN_VALUE
UNKNOWN,
Constant Field Valuespublic static final java.util.List<DeviceActivationType> VALUES
public static DeviceActivationType[] values()
for (DeviceActivationType c : DeviceActivationType.values()) System.out.println(c);
public static DeviceActivationType 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 DeviceActivationType get(java.lang.String literal)
literal - the literal.null.public static DeviceActivationType getByName(java.lang.String name)
name - the name.null.public static DeviceActivationType 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<DeviceActivationType>Data In Motion GmbH all rights reserved