public static enum RefillPrepaidAccountOp.EmptyingType extends java.lang.Enum<RefillPrepaidAccountOp.EmptyingType>
| Enum Constant and Description |
|---|
FULL_EMPTYING |
NO_EMPTYING |
STATE_BASED_EMPTYING |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
xmlValue |
| Modifier and Type | Method and Description |
|---|---|
static RefillPrepaidAccountOp.EmptyingType |
parse(java.lang.String s) |
static RefillPrepaidAccountOp.EmptyingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefillPrepaidAccountOp.EmptyingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefillPrepaidAccountOp.EmptyingType NO_EMPTYING
public static final RefillPrepaidAccountOp.EmptyingType STATE_BASED_EMPTYING
public static final RefillPrepaidAccountOp.EmptyingType FULL_EMPTYING
public static RefillPrepaidAccountOp.EmptyingType[] values()
for (RefillPrepaidAccountOp.EmptyingType c : RefillPrepaidAccountOp.EmptyingType.values()) System.out.println(c);
public static RefillPrepaidAccountOp.EmptyingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static RefillPrepaidAccountOp.EmptyingType parse(java.lang.String s)