public static enum CAP4MetDPCriterion.Choice extends Enum<CAP4MetDPCriterion.Choice>
Modifier and Type | Method and 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.
|
public static final CAP4MetDPCriterion.Choice ENTERINGCELLGLOBALID
public static final CAP4MetDPCriterion.Choice LEAVINGCELLGLOBALID
public static final CAP4MetDPCriterion.Choice ENTERINGSERVICEAREAID
public static final CAP4MetDPCriterion.Choice LEAVINGSERVICEAREAID
public static final CAP4MetDPCriterion.Choice ENTERINGLOCATIONAREAID
public static final CAP4MetDPCriterion.Choice LEAVINGLOCATIONAREAID
public static final CAP4MetDPCriterion.Choice INTER_SYSTEMHANDOVERTOUMTS
public static final CAP4MetDPCriterion.Choice INTER_SYSTEMHANDOVERTOGSM
public static final CAP4MetDPCriterion.Choice INTER_PLMNHANDOVER
public static final CAP4MetDPCriterion.Choice INTER_MSCHANDOVER
public static final CAP4MetDPCriterion.Choice METDPCRITERIONALT
public static CAP4MetDPCriterion.Choice[] values()
for (CAP4MetDPCriterion.Choice c : CAP4MetDPCriterion.Choice.values()) System.out.println(c);
public static CAP4MetDPCriterion.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