public static enum Adiantamento.Situacao extends java.lang.Enum<Adiantamento.Situacao>
Enum Constant and Description |
---|
ENCERRADO |
LIBERADO_COMPLEMENTACAO_PRESTACAO |
LIBERADO_PARA_APROVACAO |
LIBERADO_PARA_COMPROVACAO_ANALISE |
LIBERADO_PARA_PRESTAÇÃO_DE_CONTAS |
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 Adiantamento.Situacao |
load(java.lang.String codigo) |
static Adiantamento.Situacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Adiantamento.Situacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adiantamento.Situacao LIBERADO_PARA_PRESTAÇÃO_DE_CONTAS
public static final Adiantamento.Situacao LIBERADO_COMPLEMENTACAO_PRESTACAO
public static final Adiantamento.Situacao LIBERADO_PARA_COMPROVACAO_ANALISE
public static final Adiantamento.Situacao LIBERADO_PARA_APROVACAO
public static final Adiantamento.Situacao ENCERRADO
public static Adiantamento.Situacao[] values()
for (Adiantamento.Situacao c : Adiantamento.Situacao.values()) System.out.println(c);
public static Adiantamento.Situacao 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 Adiantamento.Situacao load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getDescricao()