Enum Class BarcodeConst.BarcodeCommandAction
java.lang.Object
java.lang.Enum<BarcodeConst.BarcodeCommandAction>
jp.co.asterisk.asreader.barcodemanager.define.BarcodeConst.BarcodeCommandAction
- すべての実装されたインタフェース:
Serializable
,Comparable<BarcodeConst.BarcodeCommandAction>
,Constable
- 含まれているクラス:
BarcodeConst
public static enum BarcodeConst.BarcodeCommandAction
extends Enum<BarcodeConst.BarcodeCommandAction>
Barcode Command Action
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数列挙型定数説明Command Factory default.Finish.Command GetCharacterStatus.Command GetCodeIDEnable.Command GetNOTISEditing.Command GetScanDataTransmissionFormat.Command GetStopCondition.Command GetSymbologiesEnableStatus.Command GetSystemBeep.Command SetCharacterStatus.Command SetNOTISEditing.Command SetSymbologies.Command SetSystemBeep.Command unset. -
メソッドの概要
修飾子とタイプメソッド説明Returns the enum constant of this class with the specified name.static BarcodeConst.BarcodeCommandAction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
列挙型定数の詳細
-
UNSET
Command unset. -
GET_INFO_STOP_CONDITION
Command GetStopCondition. -
GET_INFO_CHARACTER_STATUS
Command GetCharacterStatus. -
GET_INFO_SYMBOLOGIES_ENABLE_STATUS
Command GetSymbologiesEnableStatus. -
GET_INFO_SCAN_DATA_TRANSMISSION_FORMAT
Command GetScanDataTransmissionFormat. -
GET_INFO_SYSTEM_BEEP
Command GetSystemBeep. -
GET_INFO_CODE_ID_ENABLE
Command GetCodeIDEnable. -
GET_INFO_NOTIS_EDITING
Command GetNOTISEditing. -
SETTINGS_CHARACTER_STATUS
Command SetCharacterStatus. -
SETTINGS_SYMBOLOGIES
Command SetSymbologies. -
SETTINGS_SYSTEM_BEEP
Command SetSystemBeep. -
SETTINGS_NOTIS_EDITING
Command SetNOTISEditing. -
FACTORY_DEFAULT
Command Factory default. -
FINISH
Finish.
-
-
メソッドの詳細
-
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の場合
-