public enum StatusFunctions extends Enum<StatusFunctions>
Flag constants for FeatureType and OptionType sixml:StatusFunctions value.
Specification: retail.
Enum Constant and Description |
---|
APPLICATION_INFORMATION
Application information function supported.
|
FEATURE_REQUEST
Feature request function supported.
|
HARDWARE_INFORMATION
Hardware information function supported.
|
KEEP_ALIVE
Keep alive function supported.
|
LICENSE_CHANGED
Licence changed function supported.
|
SYSTEM_INFORMATION
System information function supported.
|
TERMINAL_STATUS
Terminal status function supported.
|
Modifier and Type | Method and Description |
---|---|
static StatusFunctions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusFunctions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusFunctions FEATURE_REQUEST
Feature request function supported.
Specification: retail.
public static final StatusFunctions TERMINAL_STATUS
Terminal status function supported.
Specification: retail.
public static final StatusFunctions SYSTEM_INFORMATION
System information function supported.
Specification: retail.
public static final StatusFunctions APPLICATION_INFORMATION
Application information function supported.
Specification: retail.
public static final StatusFunctions HARDWARE_INFORMATION
Hardware information function supported.
Specification: retail.
public static final StatusFunctions KEEP_ALIVE
Keep alive function supported.
Specification: retail.
public static final StatusFunctions LICENSE_CHANGED
Licence changed function supported.
Specification: retail.
public static StatusFunctions[] values()
for (StatusFunctions c : StatusFunctions.values()) System.out.println(c);
public static StatusFunctions 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