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