public static enum LancamentoOrcamentario.TipoReducao extends java.lang.Enum<LancamentoOrcamentario.TipoReducao>
Enum Constant and Description |
---|
REDUCAO_CREDITOS_ESPECIAIS |
REDUCAO_CREDITOS_ESPECIAIS_OUTROS_ORGAOS |
REDUCAO_CREDITOS_EXTRAORDINARIOS |
REDUCAO_CREDITOS_EXTRAORDINARIOS_OUTROS_ORGAOS |
REDUCAO_SUPLEMENTACAO |
REDUCAO_SUPLEMENTACAO_OUTROS_ORGAOS |
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
codigo |
private java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCodigo() |
java.lang.String |
getLabel() |
static LancamentoOrcamentario.OrigemReducao |
load(java.lang.String tipoReducao) |
static LancamentoOrcamentario.TipoReducao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LancamentoOrcamentario.TipoReducao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LancamentoOrcamentario.TipoReducao REDUCAO_CREDITOS_ESPECIAIS
public static final LancamentoOrcamentario.TipoReducao REDUCAO_CREDITOS_EXTRAORDINARIOS
public static final LancamentoOrcamentario.TipoReducao REDUCAO_SUPLEMENTACAO
public static final LancamentoOrcamentario.TipoReducao REDUCAO_CREDITOS_ESPECIAIS_OUTROS_ORGAOS
public static final LancamentoOrcamentario.TipoReducao REDUCAO_CREDITOS_EXTRAORDINARIOS_OUTROS_ORGAOS
public static final LancamentoOrcamentario.TipoReducao REDUCAO_SUPLEMENTACAO_OUTROS_ORGAOS
public static LancamentoOrcamentario.TipoReducao[] values()
for (LancamentoOrcamentario.TipoReducao c : LancamentoOrcamentario.TipoReducao.values()) System.out.println(c);
public static LancamentoOrcamentario.TipoReducao 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 LancamentoOrcamentario.OrigemReducao load(java.lang.String tipoReducao)
public java.lang.Long getCodigo()
public java.lang.String getLabel()