Enum Class BarcodeConst.BarcodeSettings

java.lang.Object
java.lang.Enum<BarcodeConst.BarcodeSettings>
jp.co.asterisk.asreader.barcodemanager.define.BarcodeConst.BarcodeSettings
すべての実装されたインタフェース:
Serializable, Comparable<BarcodeConst.BarcodeSettings>, Constable
含まれているクラス:
BarcodeConst

public static enum BarcodeConst.BarcodeSettings extends Enum<BarcodeConst.BarcodeSettings>
Enumerator for Barcode settings.
  • 列挙型定数の詳細

    • DECODE_MODE_SINGLE

      public static final BarcodeConst.BarcodeSettings DECODE_MODE_SINGLE
      Single mode : Stops after reading one barcode.
    • DECODE_MODE_CONTINUOUS

      public static final BarcodeConst.BarcodeSettings DECODE_MODE_CONTINUOUS
      Continuous mode : Continuously read the barcode.
    • NOTIS_EDITING

      public static final BarcodeConst.BarcodeSettings NOTIS_EDITING
      Notis editing : Strip or add the start and stop characters from a decoded codabar symbol
    • CHARACTER_CODE_ID_SYMBOL

      public static final BarcodeConst.BarcodeSettings CHARACTER_CODE_ID_SYMBOL
      CodeID enable status : Add Symbol CodeID Character to barcode data.
    • CHARACTER_CODE_ID_AIM

      public static final BarcodeConst.BarcodeSettings CHARACTER_CODE_ID_AIM
      CodeID enable status : Add AIM CodeID Character to barcode data.
    • CHARACTER_NONE

      public static final BarcodeConst.BarcodeSettings CHARACTER_NONE
      Character disable status : Not add character to barcode data.
    • CHARACTER_GET

      public static final BarcodeConst.BarcodeSettings CHARACTER_GET
      Character get status.
    • PREFIX_STATUS

      public static final BarcodeConst.BarcodeSettings PREFIX_STATUS
      Character disable status : Not add character to barcode data.
  • メソッドの詳細

    • values

      public static BarcodeConst.BarcodeSettings[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      戻り値:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BarcodeConst.BarcodeSettings 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.)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 引数がnullの場合
    • getCommand

      public abstract byte getCommand()
      ※ The user does not use this function.
      戻り値:
      byte value.