Enum Class ModalidadesPagamento

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

public enum ModalidadesPagamento extends Enum<ModalidadesPagamento>
Modalidades de pagamento.
  • Enum Constant Details

    • PAGAMENTO_CARTAO

      public static final ModalidadesPagamento PAGAMENTO_CARTAO
      Pagamento com cartão.
    • PAGAMENTO_DINHEIRO

      public static final ModalidadesPagamento PAGAMENTO_DINHEIRO
      Pagamento com dinheiro.
    • PAGAMENTO_CHEQUE

      public static final ModalidadesPagamento PAGAMENTO_CHEQUE
      Pagamento com cheque.
    • PAGAMENTO_CARTEIRA_VIRTUAL

      public static final ModalidadesPagamento PAGAMENTO_CARTEIRA_VIRTUAL
      Pagamento com carteira virtual
  • Method Details

    • values

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