public static enum HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento extends java.lang.Enum<HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento>
Enum Constant and Description |
---|
CONFERIDO |
FECHADO |
INCLUIDO |
LIQUIDADO |
PENDENTE |
RECEBIDO |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codigo |
private java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodigo() |
java.lang.String |
getLabel() |
static HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento |
load(java.lang.String codigo) |
static HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento INCLUIDO
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento FECHADO
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento RECEBIDO
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento PENDENTE
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento CONFERIDO
public static final HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento LIQUIDADO
public static HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento[] values()
for (HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento c : HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento.values()) System.out.println(c);
public static HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento 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 HistoricoLoteRecebimento.SituacaoHistoricoLoteRecebimento load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getLabel()