public static enum LTENetworkDevice.eChassisType extends java.lang.Enum<LTENetworkDevice.eChassisType>
Modifier and Type | Method and Description |
---|---|
static LTENetworkDevice.eChassisType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LTENetworkDevice.eChassisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LTENetworkDevice.eChassisType ENB
public static final LTENetworkDevice.eChassisType MME
public static final LTENetworkDevice.eChassisType SGW
public static final LTENetworkDevice.eChassisType PGW
public static final LTENetworkDevice.eChassisType HSS
public static final LTENetworkDevice.eChassisType PCRF
public static final LTENetworkDevice.eChassisType EIR
public static LTENetworkDevice.eChassisType[] values()
for (LTENetworkDevice.eChassisType c : LTENetworkDevice.eChassisType.values()) System.out.println(c);
public static LTENetworkDevice.eChassisType 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 null