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