public static enum SimulScanStatusData.ExtendedStatus extends Enum<SimulScanStatusData.ExtendedStatus>
Enum Constant and Description |
---|
CANCELLED
Cancelled scanning
|
FETCH_TEMPLATE_CANCELLED
User cancelled fetch template
|
FETCH_TEMPLATE_LOGIN_ERROR
Fetch template login error
|
FETCH_TEMPLATE_NETWORK_ERROR
Network error occurred while trying to fetch templates
|
FORM_DECODED
Form decoded successfully
|
IDENTIFICATION_TIMEOUT
Timeout occurred during identification
|
PROCESSING_TIMEOUT
Timeout occurred during processing
|
UNDEFINED
No extended error
|
UNLICENSED_FEATURE
Unlicensed feature detected
Use getStatusDescription() method to identify the unlicensed feature
|
Modifier and Type | Method and Description |
---|---|
static SimulScanStatusData.ExtendedStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulScanStatusData.ExtendedStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulScanStatusData.ExtendedStatus UNDEFINED
public static final SimulScanStatusData.ExtendedStatus PROCESSING_TIMEOUT
public static final SimulScanStatusData.ExtendedStatus IDENTIFICATION_TIMEOUT
public static final SimulScanStatusData.ExtendedStatus CANCELLED
public static final SimulScanStatusData.ExtendedStatus UNLICENSED_FEATURE
public static final SimulScanStatusData.ExtendedStatus FORM_DECODED
public static final SimulScanStatusData.ExtendedStatus FETCH_TEMPLATE_LOGIN_ERROR
public static final SimulScanStatusData.ExtendedStatus FETCH_TEMPLATE_NETWORK_ERROR
public static final SimulScanStatusData.ExtendedStatus FETCH_TEMPLATE_CANCELLED
public static SimulScanStatusData.ExtendedStatus[] values()
for (SimulScanStatusData.ExtendedStatus c : SimulScanStatusData.ExtendedStatus.values()) System.out.println(c);
public static SimulScanStatusData.ExtendedStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null