Enum Class StatusTransacao

java.lang.Object
java.lang.Enum<StatusTransacao>
br.com.setis.interfaceautomacao.StatusTransacao
All Implemented Interfaces:
Serializable, Comparable<StatusTransacao>, Constable

public enum StatusTransacao extends Enum<StatusTransacao>
Status da transação.
  • Enum Constant Details

    • STATUS_TRANSACAO_NAO_DEFINIDO

      public static final StatusTransacao STATUS_TRANSACAO_NAO_DEFINIDO
      Status ainda não definido.
    • CONFIRMADO_AUTOMATICO

      public static final StatusTransacao CONFIRMADO_AUTOMATICO
      Transação confirmada sem intervenção do usuário.
    • CONFIRMADO_MANUAL

      public static final StatusTransacao CONFIRMADO_MANUAL
      Transação confirmada, porém foi necessária uma confirmação do operador.
    • DESFEITO_ERRO_IMPRESSAO_AUTOMATICO

      public static final StatusTransacao DESFEITO_ERRO_IMPRESSAO_AUTOMATICO
      Transação desfeita devido a uma falha na impressão do comprovante.
    • DESFEITO_MANUAL

      public static final StatusTransacao DESFEITO_MANUAL
      Transação desfeita a pedido do operador.
    • DESFEITO_LIBERACAO_MERCADORIA

      public static final StatusTransacao DESFEITO_LIBERACAO_MERCADORIA
      Transação desfeita devido a uma falha no processo de liberação da mercadoria.
  • Method Details

    • values

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