Enum Class DialogFunctions

java.lang.Object
java.lang.Enum<DialogFunctions>
com.six.timapi.constants.DialogFunctions
All Implemented Interfaces:
Serializable, Comparable<DialogFunctions>, java.lang.constant.Constable

public enum DialogFunctions extends Enum<DialogFunctions>

Flag constants for FeatureType and OptionType sixml:DialogFunctions value.

Specification: retail.

  • Enum Constant Details

    • SHOW_SIGNATURE_CAPTURE

      public static final DialogFunctions SHOW_SIGNATURE_CAPTURE

      Show signature capture function supported.

      Specification: retail.

    • SHOW_DIALOG

      public static final DialogFunctions SHOW_DIALOG

      Show dialog function supported.

      Specification: retail.

    • SEND_CARD_COMMAND

      public static final DialogFunctions SEND_CARD_COMMAND

      Send card command function supported.

      Specification: retail.

  • Method Details

    • values

      public static DialogFunctions[] 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

      public static DialogFunctions valueOf(String name)
      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 name
      NullPointerException - if the argument is null