Enum Class EnumPos

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

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

    • A920

      public static final EnumPos A920
    • APOSA8OVS

      public static final EnumPos APOSA8OVS
    • VerifoneCarbon10

      public static final EnumPos VerifoneCarbon10
    • GPOS700

      public static final EnumPos GPOS700
    • N910

      public static final EnumPos N910
    • WIZARPOSQ2

      public static final EnumPos WIZARPOSQ2
    • EP5855

      public static final EnumPos EP5855
    • X990

      public static final EnumPos X990
    • DEFAULT

      public static final EnumPos DEFAULT
    • GPOS700X

      public static final EnumPos GPOS700X
    • GPOS780

      public static final EnumPos GPOS780
    • GPOS720

      public static final EnumPos GPOS720
    • NEW9220

      public static final EnumPos NEW9220
    • P3HB

      public static final EnumPos P3HB
    • P2A11

      public static final EnumPos P2A11
    • P3H

      public static final EnumPos P3H
  • Method Details

    • values

      public static EnumPos[] 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 EnumPos 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
    • existeIntegracao

      public static boolean existeIntegracao(String buildName)