public static enum PoTransaction.SvSettings.Action extends java.lang.Enum<PoTransaction.SvSettings.Action>
| Enum Constant and Description |
|---|
DO
In the case of a
PoTransaction.SvSettings.Operation.RELOAD, loads a positive amount; in the case of a PoTransaction.SvSettings.Operation.DEBIT, debits a positive amount |
UNDO
In the case of a
PoTransaction.SvSettings.Operation.RELOAD, loads a negative amount; in the case of a PoTransaction.SvSettings.Operation.DEBIT, cancels, totally or partially, a previous debit. |
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SvSettings.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SvSettings.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTransaction.SvSettings.Action DO
PoTransaction.SvSettings.Operation.RELOAD, loads a positive amount; in the case of a PoTransaction.SvSettings.Operation.DEBIT, debits a positive amountpublic static final PoTransaction.SvSettings.Action UNDO
PoTransaction.SvSettings.Operation.RELOAD, loads a negative amount; in the case of a PoTransaction.SvSettings.Operation.DEBIT, cancels, totally or partially, a previous debit.public static PoTransaction.SvSettings.Action[] values()
for (PoTransaction.SvSettings.Action c : PoTransaction.SvSettings.Action.values()) System.out.println(c);
public static PoTransaction.SvSettings.Action 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