Enum Class AdminFunctions
- All Implemented Interfaces:
Serializable
,Comparable<AdminFunctions>
,java.lang.constant.Constable
Flag constants for FeatureType and OptionType sixml:AdminFunctions value.
Specification: retail.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionActivate function supported.Open service menu function supported.Balance function supported.Change settings function supported.Close dialog mode function supported.Close maintenance window request function supported.Close reader request function supported.Counter request function supported.Dcc rates function supported.Deactivate function supported.Eject card request function supported.Login function supported.Logout function supported.Retreive issuer-value-combinations for MobileTopup.Open dialog mode function supported.Open maintenance window request function supported.Open reader request function supported.Reboot function supported.Receipt request function supported.Reconciliation function supported.Reconfigurate function supported.Software update function supported.Start reader cleaning function supported.Transmit log function supported. -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminFunctions
Returns the enum constant of this class with the specified name.static AdminFunctions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
LOGIN
Login function supported.
Specification: retail.
-
LOGOUT
Logout function supported.
Specification: retail.
-
RECONFIG
Reconfigurate function supported.
Specification: retail.
-
REBOOT
Reboot function supported.
Specification: retail.
-
SOFTWARE_UPDATE
Software update function supported.
Specification: retail.
-
ACTIVATE
Activate function supported.
Specification: retail.
-
DEACTIVATE
Deactivate function supported.
Specification: retail.
-
COUNTER_REQUEST
Counter request function supported.
Specification: retail.
-
RECONCILIATION
Reconciliation function supported.
Specification: retail.
-
BALANCE
Balance function supported.
Specification: retail.
-
OPEN_DIALOG_MODE
Open dialog mode function supported.
Specification: retail.
-
CLOSE_DIALOG_MODE
Close dialog mode function supported.
Specification: retail.
-
TRANSMIT_LOG
Transmit log function supported.
Specification: retail.
-
START_READER_CLEANING
Start reader cleaning function supported. DEPRECATED DO NOT USE.
Specification: retail.
-
DCC_RATES
Dcc rates function supported.
Specification: retail.
-
CHANGE_SETTINGS
Change settings function supported.
Specification: retail.
-
RECEIPT_REQUEST
Receipt request function supported.
Specification: retail.
-
CLOSE_READER
Close reader request function supported.
Specification: retail.
-
OPEN_READER
Open reader request function supported.
Specification: retail.
-
EJECT_CARD
Eject card request function supported.
Specification: retail.
-
OPEN_MAINTENANCE_WINDOW
Open maintenance window request function supported.
Specification: retail.
-
CLOSE_MAINTENANCE_WINDOW
Close maintenance window request function supported.
Specification: retail.
-
ACTIVATE_SERVICE_MENU
Open service menu function supported.
Specification: retail.
-
MOBILE_TOPUP_ISSUER_INFO
Retreive issuer-value-combinations for MobileTopup.
Specification: retail.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-