Enum Class Financiamentos

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

public enum Financiamentos extends Enum<Financiamentos>
Tipos de financiamentos.
  • Enum Constant Details

    • FINANCIAMENTO_NAO_DEFINIDO

      public static final Financiamentos FINANCIAMENTO_NAO_DEFINIDO
      Financiamento ainda não definido.
    • A_VISTA

      public static final Financiamentos A_VISTA
      Pagamento à vista.
    • PARCELADO_EMISSOR

      public static final Financiamentos PARCELADO_EMISSOR
      Pagamento parcelado pelo emissor.
    • PARCELADO_ESTABELECIMENTO

      public static final Financiamentos PARCELADO_ESTABELECIMENTO
      Pagamento parcelado pelo estabelecimento.
    • PRE_DATADO

      public static final Financiamentos PRE_DATADO
      Pagamento pré-datado.
    • CREDITO_EMISSOR

      public static final Financiamentos CREDITO_EMISSOR
      Crédito emissor
  • Method Details

    • values

      public static Financiamentos[] 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 Financiamentos 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
    • obtemCodigoFinanciamento

      public int obtemCodigoFinanciamento()
    • obtemFinanciamento

      public static Financiamentos obtemFinanciamento(int codigoFinanciamento)