public static enum MAPEPS_Info.Choice extends Enum<MAPEPS_Info.Choice>
Enum Constant and Description |
---|
ISR_INFORMATION |
PDN_GW_UPDATE |
Modifier and Type | Method and Description |
---|---|
static MAPEPS_Info.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPEPS_Info.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPEPS_Info.Choice PDN_GW_UPDATE
public static final MAPEPS_Info.Choice ISR_INFORMATION
public static MAPEPS_Info.Choice[] values()
for (MAPEPS_Info.Choice c : MAPEPS_Info.Choice.values()) System.out.println(c);
public static MAPEPS_Info.Choice 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 null