public enum MAPPDN_GW_AllocationType extends Enum<MAPPDN_GW_AllocationType>
PDN-GW-AllocationType ::= ENUMERATED { static(0), dynamic(1) }Added in release 8.
Used as field type by MAPAPN_Configuration
.
Modifier and Type | Method and Description |
---|---|
static MAPPDN_GW_AllocationType |
fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
int |
intValue()
Gets the integer ASN.1 encoded value of this enumeration constant.
|
static MAPPDN_GW_AllocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPPDN_GW_AllocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPPDN_GW_AllocationType Static
public static final MAPPDN_GW_AllocationType dynamic
public static MAPPDN_GW_AllocationType[] values()
for (MAPPDN_GW_AllocationType c : MAPPDN_GW_AllocationType.values()) System.out.println(c);
public static MAPPDN_GW_AllocationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MAPPDN_GW_AllocationType fromValue(int value)
value
- integer ASN.1 encoded valuepublic int intValue()