Enum Class Symbology
- すべての実装されたインタフェース:
Serializable
,Comparable<Symbology>
,Constable
An enumeration of barcode symbols.
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数列挙型定数説明Symbol of BookLand-EANSymbol of Chinese 2 of 5Symbol of NW7(CodaBar)Symbol of CODE11Symbol of CODE128Symbol of CODE39Symbol of CODE93Symbol of DataMatrixSymbol of Discrete 2 of 5 (DTF)Symbol of EAN13/JAN13Symbol of EAN8/JAN8Symbol of GS1-128Symbol of GS1-DataBarSymbol of GS1-DataMatrixSymbol of Interleaved 2 of 5 (ITF)Symbol of ISSN-EANSymbol of JapanesePostalSymbol of Korean 2 of 5Symbol of MacroPDFSymbol of Matrix 2 of 5Symbol of MSISymbol of PDF417Symbol of QRCodeSymbol of UPC-ASymbol of UPC-ESymbol of UPC-E1 -
メソッドの概要
修飾子とタイプメソッド説明abstract byte[]
※ Users do not need to use it.abstract byte[]
getHEXCommand
(byte status) ※ Users do not need to use it.abstract String
Gets the barcode name.static Symbology
Returns the enum constant of this class with the specified name.static Symbology[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
列挙型定数の詳細
-
UPC_A
Symbol of UPC-A -
UPC_E
Symbol of UPC-E -
UPC_E1
Symbol of UPC-E1 -
EAN13_JAN13
Symbol of EAN13/JAN13 -
EAN8_JAN8
Symbol of EAN8/JAN8 -
BOOK_LAND_EAN
Symbol of BookLand-EAN -
ISSN_EAN
Symbol of ISSN-EAN -
INTERLEAVED_2_OF_5
Symbol of Interleaved 2 of 5 (ITF) -
DISCRETE_2_OF_5
Symbol of Discrete 2 of 5 (DTF) -
CODA_BAR
Symbol of NW7(CodaBar) -
CODE_128
Symbol of CODE128 -
CODE_39
Symbol of CODE39 -
CODE_93
Symbol of CODE93 -
CODE_11
Symbol of CODE11 -
MSI
Symbol of MSI -
CHINESE_2_OF_5
Symbol of Chinese 2 of 5 -
MATRIX_2_OF_5
Symbol of Matrix 2 of 5 -
KOREAN_2_OF_5
Symbol of Korean 2 of 5 -
GS1_128
Symbol of GS1-128 -
GS1_DATA_BAR
Symbol of GS1-DataBar -
PDF_417
Symbol of PDF417 -
MACRO_PDF
Symbol of MacroPDF -
DATA_MATRIX
Symbol of DataMatrix -
GS1_DATA_MATRIX
Symbol of GS1-DataMatrix -
QR_CODE
Symbol of QRCode -
JAPAN_POSTAL
Symbol of JapanesePostal
-
-
メソッドの詳細
-
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
Gets the barcode name.- 戻り値:
- Obtains the barcode name as a string.
-
getHEXCommand
public abstract byte[] getHEXCommand()※ Users do not need to use it.- 戻り値:
- command byte array.
-
getHEXCommand
public abstract byte[] getHEXCommand(byte status) ※ Users do not need to use it.- パラメータ:
status
- : byte of status.- 戻り値:
- command byte array.
-