public static enum MAPAdditional_Number.Choice extends java.lang.Enum<MAPAdditional_Number.Choice>
| Enum Constant and Description |
|---|
MSC_NUMBER |
SGSN_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MAPAdditional_Number.Choice |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null