Enum CAP4MetDPCriterion.Choice
-
- All Implemented Interfaces:
Serializable
,Comparable<CAP4MetDPCriterion.Choice>
- Enclosing class:
- CAP4MetDPCriterion
public static enum CAP4MetDPCriterion.Choice extends Enum<CAP4MetDPCriterion.Choice>
API for CAP-datatypes.MetDPCriterion.Choice.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CAP4MetDPCriterion.Choice
valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP4MetDPCriterion.Choice[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ENTERINGCELLGLOBALID
public static final CAP4MetDPCriterion.Choice ENTERINGCELLGLOBALID
-
LEAVINGCELLGLOBALID
public static final CAP4MetDPCriterion.Choice LEAVINGCELLGLOBALID
-
ENTERINGSERVICEAREAID
public static final CAP4MetDPCriterion.Choice ENTERINGSERVICEAREAID
-
LEAVINGSERVICEAREAID
public static final CAP4MetDPCriterion.Choice LEAVINGSERVICEAREAID
-
ENTERINGLOCATIONAREAID
public static final CAP4MetDPCriterion.Choice ENTERINGLOCATIONAREAID
-
LEAVINGLOCATIONAREAID
public static final CAP4MetDPCriterion.Choice LEAVINGLOCATIONAREAID
-
INTER_SYSTEMHANDOVERTOUMTS
public static final CAP4MetDPCriterion.Choice INTER_SYSTEMHANDOVERTOUMTS
-
INTER_SYSTEMHANDOVERTOGSM
public static final CAP4MetDPCriterion.Choice INTER_SYSTEMHANDOVERTOGSM
-
INTER_PLMNHANDOVER
public static final CAP4MetDPCriterion.Choice INTER_PLMNHANDOVER
-
INTER_MSCHANDOVER
public static final CAP4MetDPCriterion.Choice INTER_MSCHANDOVER
-
METDPCRITERIONALT
public static final CAP4MetDPCriterion.Choice METDPCRITERIONALT
-
-
Method Detail
-
values
public static CAP4MetDPCriterion.Choice[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CAP4MetDPCriterion.Choice c : CAP4MetDPCriterion.Choice.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CAP4MetDPCriterion.Choice valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-