Enum Class TipoConta

java.lang.Object
java.lang.Enum<TipoConta>
systextil.integracao.constante.TipoConta
All Implemented Interfaces:
Serializable, Comparable<TipoConta>, Constable

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

    • FORNECEDOR

      public static final TipoConta FORNECEDOR
    • PRODUTO

      public static final TipoConta PRODUTO
    • ICMS

      public static final TipoConta ICMS
    • IPI

      public static final TipoConta IPI
    • PIS

      public static final TipoConta PIS
    • COFINS

      public static final TipoConta COFINS
    • DIF_ICMS

      public static final TipoConta DIF_ICMS
  • Method Details

    • values

      public static TipoConta[] 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 TipoConta 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
    • getTipo

      public int getTipo()