public class PopLoqMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static PopLoqMode |
CHARGE_DATA
The instance of Charge and Data
In this mode a terminal connected using the ePop-Loq connector will be charged and can communicate with the Reader
|
static PopLoqMode |
CHARGE_ONLY
The instance of Charge Only
In this mode a terminal connected using the ePop-Loq connector will be charged but cannot communicate with the Reader
|
static PopLoqMode |
NOT_SPECIFIED
The instance of Not Specified
|
static PopLoqMode[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static PopLoqMode[] |
getValues() |
static PopLoqMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final PopLoqMode NOT_SPECIFIED
public static final PopLoqMode CHARGE_ONLY
public static final PopLoqMode CHARGE_DATA
public static final PopLoqMode[] PRIVATE_VALUES
public static final PopLoqMode[] getValues()
public static final PopLoqMode Parse(java.lang.String parameter)