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