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