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