public static enum PoTransaction.SessionSetting.AccessLevel extends java.lang.Enum<PoTransaction.SessionSetting.AccessLevel>
| Enum Constant and Description |
|---|
SESSION_LVL_DEBIT
Session Access Level used for validating and debiting purposes.
|
SESSION_LVL_LOAD
Session Access Level used for reloading purposes.
|
SESSION_LVL_PERSO
Session Access Level used for personalization purposes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
byte |
getSessionKey() |
static PoTransaction.SessionSetting.AccessLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SessionSetting.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTransaction.SessionSetting.AccessLevel SESSION_LVL_PERSO
public static final PoTransaction.SessionSetting.AccessLevel SESSION_LVL_LOAD
public static final PoTransaction.SessionSetting.AccessLevel SESSION_LVL_DEBIT
public static PoTransaction.SessionSetting.AccessLevel[] values()
for (PoTransaction.SessionSetting.AccessLevel c : PoTransaction.SessionSetting.AccessLevel.values()) System.out.println(c);
public static PoTransaction.SessionSetting.AccessLevel 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 java.lang.String getName()
public byte getSessionKey()