public static enum SolicitacaoAta.Situacao extends java.lang.Enum<SolicitacaoAta.Situacao>
Enum Constant and Description |
---|
EMITIDO_PEDIDO |
ENCERRADA |
INICIAL |
LIBERADA |
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
codigo |
private java.lang.String |
descricao |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCodigo() |
java.lang.String |
getDescricao() |
static SolicitacaoAta.Situacao |
load(java.lang.Long codigo) |
static SolicitacaoAta.Situacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolicitacaoAta.Situacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolicitacaoAta.Situacao INICIAL
public static final SolicitacaoAta.Situacao LIBERADA
public static final SolicitacaoAta.Situacao ENCERRADA
public static final SolicitacaoAta.Situacao EMITIDO_PEDIDO
public static SolicitacaoAta.Situacao[] values()
for (SolicitacaoAta.Situacao c : SolicitacaoAta.Situacao.values()) System.out.println(c);
public static SolicitacaoAta.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 SolicitacaoAta.Situacao load(java.lang.Long codigo)
public java.lang.Long getCodigo()
public java.lang.String getDescricao()