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