public static enum PoTransaction.SvSettings.Operation extends java.lang.Enum<PoTransaction.SvSettings.Operation>
| Enum Constant and Description |
|---|
DEBIT
Decrease the balance of the stored value
|
RELOAD
Increase the balance of the stored value
|
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SvSettings.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SvSettings.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTransaction.SvSettings.Operation RELOAD
public static final PoTransaction.SvSettings.Operation DEBIT
public static PoTransaction.SvSettings.Operation[] values()
for (PoTransaction.SvSettings.Operation c : PoTransaction.SvSettings.Operation.values()) System.out.println(c);
public static PoTransaction.SvSettings.Operation 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 null