public enum LTEDeviceOperState extends java.lang.Enum<LTEDeviceOperState>
| Enum Constant and Description |
|---|
DISABLED |
ENABLED |
INSERVICE |
OUTOFSERVICE |
TRANSITION |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getOperState(java.lang.String state) |
java.lang.String |
getStrLteState() |
java.lang.String |
getStrState() |
static LTEDeviceOperState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LTEDeviceOperState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LTEDeviceOperState ENABLED
public static final LTEDeviceOperState DISABLED
public static final LTEDeviceOperState INSERVICE
public static final LTEDeviceOperState OUTOFSERVICE
public static final LTEDeviceOperState TRANSITION
public static final LTEDeviceOperState UNSPECIFIED
public static LTEDeviceOperState[] values()
for (LTEDeviceOperState c : LTEDeviceOperState.values()) System.out.println(c);
public static LTEDeviceOperState 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 getStrState()
public java.lang.String getStrLteState()
public static java.lang.String getOperState(java.lang.String state)