Enum Class Symbology

java.lang.Object
java.lang.Enum<Symbology>
jp.co.asterisk.asreader.barcodemanager.define.Symbology
すべての実装されたインタフェース:
Serializable, Comparable<Symbology>, Constable

public enum Symbology extends Enum<Symbology>
An enumeration of barcode symbols.
  • 列挙型定数の詳細

    • UPC_A

      public static final Symbology UPC_A
      Symbol of UPC-A
    • UPC_E

      public static final Symbology UPC_E
      Symbol of UPC-E
    • UPC_E1

      public static final Symbology UPC_E1
      Symbol of UPC-E1
    • EAN13_JAN13

      public static final Symbology EAN13_JAN13
      Symbol of EAN13/JAN13
    • EAN8_JAN8

      public static final Symbology EAN8_JAN8
      Symbol of EAN8/JAN8
    • BOOK_LAND_EAN

      public static final Symbology BOOK_LAND_EAN
      Symbol of BookLand-EAN
    • ISSN_EAN

      public static final Symbology ISSN_EAN
      Symbol of ISSN-EAN
    • INTERLEAVED_2_OF_5

      public static final Symbology INTERLEAVED_2_OF_5
      Symbol of Interleaved 2 of 5 (ITF)
    • DISCRETE_2_OF_5

      public static final Symbology DISCRETE_2_OF_5
      Symbol of Discrete 2 of 5 (DTF)
    • CODA_BAR

      public static final Symbology CODA_BAR
      Symbol of NW7(CodaBar)
    • CODE_128

      public static final Symbology CODE_128
      Symbol of CODE128
    • CODE_39

      public static final Symbology CODE_39
      Symbol of CODE39
    • CODE_93

      public static final Symbology CODE_93
      Symbol of CODE93
    • CODE_11

      public static final Symbology CODE_11
      Symbol of CODE11
    • MSI

      public static final Symbology MSI
      Symbol of MSI
    • CHINESE_2_OF_5

      public static final Symbology CHINESE_2_OF_5
      Symbol of Chinese 2 of 5
    • MATRIX_2_OF_5

      public static final Symbology MATRIX_2_OF_5
      Symbol of Matrix 2 of 5
    • KOREAN_2_OF_5

      public static final Symbology KOREAN_2_OF_5
      Symbol of Korean 2 of 5
    • GS1_128

      public static final Symbology GS1_128
      Symbol of GS1-128
    • GS1_DATA_BAR

      public static final Symbology GS1_DATA_BAR
      Symbol of GS1-DataBar
    • PDF_417

      public static final Symbology PDF_417
      Symbol of PDF417
    • MACRO_PDF

      public static final Symbology MACRO_PDF
      Symbol of MacroPDF
    • DATA_MATRIX

      public static final Symbology DATA_MATRIX
      Symbol of DataMatrix
    • GS1_DATA_MATRIX

      public static final Symbology GS1_DATA_MATRIX
      Symbol of GS1-DataMatrix
    • QR_CODE

      public static final Symbology QR_CODE
      Symbol of QRCode
    • JAPAN_POSTAL

      public static final Symbology JAPAN_POSTAL
      Symbol of JapanesePostal
  • メソッドの詳細

    • values

      public static Symbology[] 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

      public static Symbology valueOf(String name)
      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 name
      NullPointerException - 引数がnullの場合
    • getString

      public abstract String 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.