Enum Class BarcodeResult.Result
java.lang.Object
java.lang.Enum<BarcodeResult.Result>
jp.co.asterisk.asreader.barcodemanager.define.BarcodeResult.Result
- すべての実装されたインタフェース:
Serializable
,Comparable<BarcodeResult.Result>
,Constable
- 含まれているクラス:
BarcodeResult
Result response.
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数列挙型定数説明About Character Code ID Status.
Add assign "Character CodeID Symbol" to scanned data.Response to "NONE" of "Character CodeID" execution result.About Character Code ID Status.
Does not assign "Character Data" to scanned data.Response to "Factory Default" execution result.About Data Format status.
Data as is.About Data Format status.
Format is "Data/Suffix1".About Data Format status.
Format is "Data/Suffix2".About Data Format status.
Format is "Data/Suffix1/Suffix2".About Data Format status.
Format is "Prefix/Data".About Data Format status.
Format is "Prefix/Data/Suffix1".About Data Format status.
Format is "Prefix/Data/Suffix2".About Data Format status.
Format is "Prefix/Data/Suffix1/Suffix2".Response result for "NOTIS editing".Response result for "NOTIS editing".About Stop condition status.
Continuous scanning OFF.About Stop condition status.
Continuous scanning ON.Response result of "Get" command for "Symbologies status".Response result of "Set" command for "Symbologies status".About System beep sound status.
Beep sound OFF.System beep Short and high sound.System beep Short and low sound.System beep Long and high sound.System beep Long and low sound.System beep Fast warble sound.System beep Slow warble sound.System beep High click sound.System beep Low click sound.Unknown response. -
メソッドの概要
修飾子とタイプメソッド説明abstract String
Can get the string that is set.static BarcodeResult.Result
Returns the enum constant of this class with the specified name.static BarcodeResult.Result[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
列挙型定数の詳細
-
UNKNOWN
Unknown response. -
SYSTEM_BEEP_TYPE1
System beep Short and high sound. -
SYSTEM_BEEP_TYPE2
System beep Short and low sound. -
SYSTEM_BEEP_TYPE3
System beep Long and high sound. -
SYSTEM_BEEP_TYPE4
System beep Long and low sound. -
SYSTEM_BEEP_TYPE5
System beep Fast warble sound. -
SYSTEM_BEEP_TYPE6
System beep Slow warble sound. -
SYSTEM_BEEP_TYPE7
System beep High click sound. -
SYSTEM_BEEP_TYPE8
System beep Low click sound. -
SYSTEM_BEEP_SOUND_NONE
About System beep sound status.
Beep sound OFF. -
FACTORY_DEFAULT
Response to "Factory Default" execution result. -
CHARACTER_NONE
Response to "NONE" of "Character CodeID" execution result. -
CHARACTER_SYMBOL
About Character Code ID Status.
Does not assign "Character Data" to scanned data. -
CHARACTER_AIM
About Character Code ID Status.
Add assign "Character CodeID Symbol" to scanned data. -
STOP_CONDITIONS_CONTINUOUS_ON
About Stop condition status.
Continuous scanning ON. -
STOP_CONDITIONS_CONTINUOUS_OFF
About Stop condition status.
Continuous scanning OFF. -
SYMBOLOGY_STATUS_GET
Response result of "Get" command for "Symbologies status". -
SYMBOLOGY_STATUS_SET
Response result of "Set" command for "Symbologies status". -
FORMAT_DATA_ONLY
About Data Format status.
Data as is. -
FORMAT_DATA_SUFFIX_TYPE1
About Data Format status.
Format is "Data/Suffix1". -
FORMAT_DATA_SUFFIX_TYPE2
About Data Format status.
Format is "Data/Suffix2". -
FORMAT_DATA_SUFFIX_TYPE3
About Data Format status.
Format is "Data/Suffix1/Suffix2". -
FORMAT_PREFIX_DATA
About Data Format status.
Format is "Prefix/Data". -
FORMAT_PREFIX_DATA_SUFFIX_TYPE1
About Data Format status.
Format is "Prefix/Data/Suffix1". -
FORMAT_PREFIX_DATA_SUFFIX_TYPE2
About Data Format status.
Format is "Prefix/Data/Suffix2". -
FORMAT_PREFIX_DATA_SUFFIX_TYPE3
About Data Format status.
Format is "Prefix/Data/Suffix1/Suffix2". -
NOTIS_EDITING_GET_ENABLED
Response result for "NOTIS editing". -
NOTIS_EDITING_GET_DISABLED
Response result for "NOTIS editing".
-
-
メソッドの詳細
-
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の場合
-
getString
Can get the string that is set.- 戻り値:
- Returns a String value.
-