public static enum PosDataCode.POSEnvironment extends java.lang.Enum<PosDataCode.POSEnvironment> implements PosFlags.Flag
Enum Constant and Description |
---|
ATM_OFF_BANK |
ATM_ON_BANK |
ATTENDED |
CAT |
DEFERRED_TRANSACTION |
E_COMMERCE |
INSTALLMENT_TRANSACTION |
M_COMMERCE |
MOTO |
RECURRING |
STORED_DETAILS |
UNATTENDED |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
static int |
OFFSET |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
int |
intValue() |
java.lang.String |
toString() |
static PosDataCode.POSEnvironment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PosDataCode.POSEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PosDataCode.POSEnvironment UNKNOWN
public static final PosDataCode.POSEnvironment ATTENDED
public static final PosDataCode.POSEnvironment UNATTENDED
public static final PosDataCode.POSEnvironment MOTO
public static final PosDataCode.POSEnvironment E_COMMERCE
public static final PosDataCode.POSEnvironment M_COMMERCE
public static final PosDataCode.POSEnvironment RECURRING
public static final PosDataCode.POSEnvironment STORED_DETAILS
public static final PosDataCode.POSEnvironment CAT
public static final PosDataCode.POSEnvironment ATM_ON_BANK
public static final PosDataCode.POSEnvironment ATM_OFF_BANK
public static final PosDataCode.POSEnvironment DEFERRED_TRANSACTION
public static final PosDataCode.POSEnvironment INSTALLMENT_TRANSACTION
public static PosDataCode.POSEnvironment[] values()
for (PosDataCode.POSEnvironment c : PosDataCode.POSEnvironment.values()) System.out.println(c);
public static PosDataCode.POSEnvironment 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 int intValue()
intValue
in interface PosFlags.Flag
public java.lang.String toString()
toString
in class java.lang.Enum<PosDataCode.POSEnvironment>
public int getOffset()
getOffset
in interface PosFlags.Flag