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