public static enum SolicitacaoValor.FormaSiac extends java.lang.Enum<SolicitacaoValor.FormaSiac>
Enum Constant and Description |
---|
MANTER_APLICACAO_ANTERIOR |
NENHUM |
VALOR_CALCULADO |
VALOR_INFORMADO |
ZERAR_APLICACAO |
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 SolicitacaoValor.FormaSiac |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolicitacaoValor.FormaSiac[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolicitacaoValor.FormaSiac NENHUM
public static final SolicitacaoValor.FormaSiac VALOR_CALCULADO
public static final SolicitacaoValor.FormaSiac VALOR_INFORMADO
public static final SolicitacaoValor.FormaSiac MANTER_APLICACAO_ANTERIOR
public static final SolicitacaoValor.FormaSiac ZERAR_APLICACAO
public static SolicitacaoValor.FormaSiac[] values()
for (SolicitacaoValor.FormaSiac c : SolicitacaoValor.FormaSiac.values()) System.out.println(c);
public static SolicitacaoValor.FormaSiac 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 java.lang.String getCodigo()
public java.lang.String getDescricao()