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