Enum Class PrinterSymbolCode

java.lang.Object
java.lang.Enum<PrinterSymbolCode>
br.com.setis.printer.enums.PrinterSymbolCode
All Implemented Interfaces:
Serializable, Comparable<PrinterSymbolCode>, Constable

public enum PrinterSymbolCode extends Enum<PrinterSymbolCode>
  • Enum Constant Details

    • CODESYMB_128

      public static final PrinterSymbolCode CODESYMB_128
      Código de barras padrão 128. Pode-se utilizar aproximadamente 31 caracteres alfanuméricos. Pode-se utilizar aproximadamente 44 caracteres numéricos.
    • CODESYMB_ITF

      public static final PrinterSymbolCode CODESYMB_ITF
      Código de barras padrão ITF. Pode-se utilizar aproximadamente 30 caracteres numéricos.
    • CODESYMB_QRCODE

      public static final PrinterSymbolCode CODESYMB_QRCODE
      QR Code. Com aceitação de aproximadamente 600 caracteres alfanuméricos
  • Method Details

    • values

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

      public static PrinterSymbolCode 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.)
      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 name
      NullPointerException - if the argument is null