public static enum PoTransaction.SvSettings.LogRead extends java.lang.Enum<PoTransaction.SvSettings.LogRead>
| Enum Constant and Description |
|---|
ALL
Request both RELOAD and DEBIT logs
|
SINGLE
Request only the RELOAD or DEBIT log according to the currently specified operation
|
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SvSettings.LogRead |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SvSettings.LogRead[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTransaction.SvSettings.LogRead SINGLE
public static final PoTransaction.SvSettings.LogRead ALL
public static PoTransaction.SvSettings.LogRead[] values()
for (PoTransaction.SvSettings.LogRead c : PoTransaction.SvSettings.LogRead.values()) System.out.println(c);
public static PoTransaction.SvSettings.LogRead 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