Enum Class SituacaoPedido

java.lang.Object
java.lang.Enum<SituacaoPedido>
br.com.intersys.systextil.function.posthaus.SituacaoPedido
All Implemented Interfaces:
Serializable, Comparable<SituacaoPedido>, Constable

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

    • A_PROCESSAR

      public static final SituacaoPedido A_PROCESSAR
    • PROCESSADO

      public static final SituacaoPedido PROCESSADO
    • ERRO_GERACAO_PEDIDO

      public static final SituacaoPedido ERRO_GERACAO_PEDIDO
    • ERRO_GERACAO_SOLICITACAO

      public static final SituacaoPedido ERRO_GERACAO_SOLICITACAO
    • ERRO_GERACAO_NOTA

      public static final SituacaoPedido ERRO_GERACAO_NOTA
  • Method Details

    • values

      public static SituacaoPedido[] 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 SituacaoPedido 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
    • getValue

      public int getValue()