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