public enum BoletoBanco extends Enum<BoletoBanco>
| Enum Constant and Description |
|---|
BANRISUL_API |
BRADESCO_API |
EXEMPLO |
ITAU_API |
SAFE2PAY_API |
SICOOB_API |
SICOOB_CNAB240 |
SICREDI_CNAB400 |
| Modifier and Type | Method and Description |
|---|---|
BoletoController |
getController() |
static BoletoBanco |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoletoBanco[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoletoBanco EXEMPLO
public static final BoletoBanco BRADESCO_API
public static final BoletoBanco BANRISUL_API
public static final BoletoBanco SICREDI_CNAB400
public static final BoletoBanco SICOOB_CNAB240
public static final BoletoBanco SICOOB_API
public static final BoletoBanco SAFE2PAY_API
public static final BoletoBanco ITAU_API
public static BoletoBanco[] values()
for (BoletoBanco c : BoletoBanco.values()) System.out.println(c);
public static BoletoBanco valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic BoletoController getController()
Copyright © 2022. All rights reserved.