Enum Class OpcaoQuantidade

java.lang.Object
java.lang.Enum<OpcaoQuantidade>
systextil.bo.pedi.OpcaoQuantidade
All Implemented Interfaces:
Serializable, Comparable<OpcaoQuantidade>, Constable

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

    • QTDE_PEDIDA_FATURADA

      public static final OpcaoQuantidade QTDE_PEDIDA_FATURADA
    • QTDE_SUGERIDA

      public static final OpcaoQuantidade QTDE_SUGERIDA
    • QTDE_PEDIDA_FATURADA_AFATURAR

      public static final OpcaoQuantidade QTDE_PEDIDA_FATURADA_AFATURAR
    • QTDE_VENDIDA

      public static final OpcaoQuantidade QTDE_VENDIDA
    • QTDE_FATURADA

      public static final OpcaoQuantidade QTDE_FATURADA
  • Field Details

    • opcaoQtde

      public final int opcaoQtde
  • Method Details

    • values

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