@Deprecated public static enum SimulScanStatusData.ExtendedStatus extends java.lang.Enum<SimulScanStatusData.ExtendedStatus>
Enum Constant and Description |
---|
CANCELLED
Deprecated.
Cancelled scanning
|
FETCH_TEMPLATE_CANCELLED
Deprecated.
User cancelled fetch template
|
FETCH_TEMPLATE_LOGIN_ERROR
Deprecated.
Fetch template login error
|
FETCH_TEMPLATE_NETWORK_ERROR
Deprecated.
Network error occurred while trying to fetch templates
|
FORM_DECODED
Deprecated.
Form decoded successfully
|
IDENTIFICATION_TIMEOUT
Deprecated.
Timeout occurred during identification
|
PROCESSING_TIMEOUT
Deprecated.
Timeout occurred during processing
|
UNDEFINED
Deprecated.
No extended error
|
UNLICENSED_FEATURE
Deprecated.
Unlicensed feature detected
Use getStatusDescription() method to identify the unlicensed feature
|
Modifier and Type | Method and Description |
---|---|
static SimulScanStatusData.ExtendedStatus |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SimulScanStatusData.ExtendedStatus[] |
values()
Deprecated.
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(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