Package systextil.dao

Enum Class CodigoStatusNF

java.lang.Object
java.lang.Enum<CodigoStatusNF>
systextil.dao.CodigoStatusNF
All Implemented Interfaces:
Serializable, Comparable<CodigoStatusNF>, Constable

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

    • AUTORIZADO

      public static final CodigoStatusNF AUTORIZADO
    • CANCELADO

      public static final CodigoStatusNF CANCELADO
    • INUTILIZADO

      public static final CodigoStatusNF INUTILIZADO
    • LOTE_RECEBIDO

      public static final CodigoStatusNF LOTE_RECEBIDO
    • LOTE_PROCESSADO

      public static final CodigoStatusNF LOTE_PROCESSADO
    • LOTE_EM_PROCESSAMENTO

      public static final CodigoStatusNF LOTE_EM_PROCESSAMENTO
    • LOTE_NAO_ENCONTRADO

      public static final CodigoStatusNF LOTE_NAO_ENCONTRADO
    • SERVICO_EM_OPERACAO

      public static final CodigoStatusNF SERVICO_EM_OPERACAO
    • USO_DENEGADO

      public static final CodigoStatusNF USO_DENEGADO
    • CIRCULACAO_VERIFICADA

      public static final CodigoStatusNF CIRCULACAO_VERIFICADA
    • PEDIDO_CANC_NFE_COM_CTE

      public static final CodigoStatusNF PEDIDO_CANC_NFE_COM_CTE
  • Method Details

    • values

      public static CodigoStatusNF[] 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 CodigoStatusNF 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
    • getStatus

      public String getStatus()