public static enum OperacaoRemessa.TipoOperacao extends java.lang.Enum<OperacaoRemessa.TipoOperacao>
Enum Constant and Description |
---|
ORDEM_PAGAMENTO |
RECIBO_ESTORNO_RECEITA_EXTRA |
RECIBO_RECEITA_DEDUCAO |
TRANSFERENCIA_BANCARIA_TERCEIROS |
TRANSFERENCIA_VALORES |
TRANSFERENCIA_VALORES_DISPONIBILIDADE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codigo |
private java.lang.String |
descricao |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodigo() |
java.lang.String |
getDescricao() |
static OperacaoRemessa.TipoOperacao |
load(java.lang.String codigo) |
static OperacaoRemessa.TipoOperacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperacaoRemessa.TipoOperacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperacaoRemessa.TipoOperacao ORDEM_PAGAMENTO
public static final OperacaoRemessa.TipoOperacao RECIBO_ESTORNO_RECEITA_EXTRA
public static final OperacaoRemessa.TipoOperacao RECIBO_RECEITA_DEDUCAO
public static final OperacaoRemessa.TipoOperacao TRANSFERENCIA_BANCARIA_TERCEIROS
public static final OperacaoRemessa.TipoOperacao TRANSFERENCIA_VALORES
public static final OperacaoRemessa.TipoOperacao TRANSFERENCIA_VALORES_DISPONIBILIDADE
public static OperacaoRemessa.TipoOperacao[] values()
for (OperacaoRemessa.TipoOperacao c : OperacaoRemessa.TipoOperacao.values()) System.out.println(c);
public static OperacaoRemessa.TipoOperacao valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static OperacaoRemessa.TipoOperacao load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getDescricao()