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