public static enum PregaoItem.Situacao extends java.lang.Enum<PregaoItem.Situacao>
Enum Constant and Description |
---|
AGUARDANDO |
CLASSIFICANDO_PROPOSTAS |
DESERTO |
EM_DISPUTA |
EM_REPROCESSAMENTO |
ENCERRADO |
HABILITANDO_PROPOSTAS |
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 PregaoItem.Situacao |
load(java.lang.String codigo) |
static PregaoItem.Situacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PregaoItem.Situacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PregaoItem.Situacao AGUARDANDO
public static final PregaoItem.Situacao EM_DISPUTA
public static final PregaoItem.Situacao DESERTO
public static final PregaoItem.Situacao ENCERRADO
public static final PregaoItem.Situacao EM_REPROCESSAMENTO
public static final PregaoItem.Situacao HABILITANDO_PROPOSTAS
public static final PregaoItem.Situacao CLASSIFICANDO_PROPOSTAS
public static PregaoItem.Situacao[] values()
for (PregaoItem.Situacao c : PregaoItem.Situacao.values()) System.out.println(c);
public static PregaoItem.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 PregaoItem.Situacao load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getDescricao()