Package com.nefrock.edgeocr
Enum Class BarcodeFormat
- All Implemented Interfaces:
Serializable
,Comparable<BarcodeFormat>
,Constable
バーコードの種類を表す列挙型
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionすべてのバーコードAztec 2D バーコードCodabar バーコードCode 128 バーコードCode 39 バーコードCode 93 バーコードGS1 DataBar バーコードGS1 DataBar Expanded バーコードGS1 DataBar Limited バーコードData Matrix 2D バーコードDX フィルムエッジバーコードEAN-13 バーコードEAN-8 バーコードCode 128のGS1合成バーコード(MicroPDF417)Code 128のGS1合成バーコード(PDF417)すべてのGS1合成バーコードGS1 DataBarのGS1合成バーコードGS1 DataBar ExpandedのGS1合成バーコードGS1 DataBar LimitedのGS1合成バーコードEAN-13のGS1合成バーコードEAN-8のGS1合成バーコードUPC-AのGS1合成バーコードUPC-EのGS1合成バーコードITF (Interleaved Two of Five) バーコード線形バーコード2D マトリクスバーコードMaxiCode バーコードMicroPDF417 2D バーコードMicro QR コード不明なバーコード、またはどのフォーマットも読み取らないPDF417 2D バーコードQR コード長方形の Micro QR コードUPC-A バーコードUPC-E バーコード -
Method Summary
Modifier and TypeMethodDescriptionstatic BarcodeFormat
Returns the enum constant of this class with the specified name.static BarcodeFormat[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
None
不明なバーコード、またはどのフォーマットも読み取らない -
Aztec
Aztec 2D バーコード -
Codabar
Codabar バーコード -
Code39
Code 39 バーコード -
Code93
Code 93 バーコード -
Code128
Code 128 バーコード -
DataBar
GS1 DataBar バーコード -
DataBarExpanded
GS1 DataBar Expanded バーコード -
DataBarLimited
GS1 DataBar Limited バーコード -
DataMatrix
Data Matrix 2D バーコード -
EAN8
EAN-8 バーコード -
EAN13
EAN-13 バーコード -
ITF
ITF (Interleaved Two of Five) バーコード -
MaxiCode
MaxiCode バーコード -
PDF417
PDF417 2D バーコード -
MicroPDF417
MicroPDF417 2D バーコード -
QRCode
QR コード -
UPCA
UPC-A バーコード -
UPCE
UPC-E バーコード -
MicroQRCode
Micro QR コード -
RMQRCode
長方形の Micro QR コード -
DXFilmEdge
DX フィルムエッジバーコード -
GS1_EAN8_CCA_CCB
EAN-8のGS1合成バーコード -
GS1_EAN13_CCA_CCB
EAN-13のGS1合成バーコード -
GS1_UPCA_CCA_CCB
UPC-AのGS1合成バーコード -
GS1_UPCE_CCA_CCB
UPC-EのGS1合成バーコード -
GS1_DataBar_CCA_CCB
GS1 DataBarのGS1合成バーコード -
GS1_DataBarExpanded_CCA_CCB
GS1 DataBar ExpandedのGS1合成バーコード -
GS1_DataBarLimited_CCA_CCB
GS1 DataBar LimitedのGS1合成バーコード -
GS1_Code128_CCA_CCB
Code 128のGS1合成バーコード(MicroPDF417) -
GS1_Code128_CCC
Code 128のGS1合成バーコード(PDF417) -
GS1_Composite
すべてのGS1合成バーコード -
LinearCodes
線形バーコード -
MatrixCodes
2D マトリクスバーコード -
Any
すべてのバーコード
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- 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.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-