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
Enumerator for Barcode settings.
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数列挙型定数説明CodeID enable status : Add AIM CodeID Character to barcode data.CodeID enable status : Add Symbol CodeID Character to barcode data.Character get status.Character disable status : Not add character to barcode data.Continuous mode : Continuously read the barcode.Single mode : Stops after reading one barcode.Notis editing : Strip or add the start and stop characters from a decoded codabar symbolCharacter disable status : Not add character to barcode data. -
メソッドの概要
修飾子とタイプメソッド説明abstract byte
※ The user does not use this function.static BarcodeConst.BarcodeSettings
Returns the enum constant of this class with the specified name.static BarcodeConst.BarcodeSettings[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
列挙型定数の詳細
-
DECODE_MODE_SINGLE
Single mode : Stops after reading one barcode. -
DECODE_MODE_CONTINUOUS
Continuous mode : Continuously read the barcode. -
NOTIS_EDITING
Notis editing : Strip or add the start and stop characters from a decoded codabar symbol -
CHARACTER_CODE_ID_SYMBOL
CodeID enable status : Add Symbol CodeID Character to barcode data. -
CHARACTER_CODE_ID_AIM
CodeID enable status : Add AIM CodeID Character to barcode data. -
CHARACTER_NONE
Character disable status : Not add character to barcode data. -
CHARACTER_GET
Character get status. -
PREFIX_STATUS
Character disable status : Not add character to barcode data.
-
-
メソッドの詳細
-
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
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 nameNullPointerException
- 引数がnullの場合
-
getCommand
public abstract byte getCommand()※ The user does not use this function.- 戻り値:
- byte value.
-