public static enum LoteRecebimentoItem.SituacaoLoteRecebimentoItem extends java.lang.Enum<LoteRecebimentoItem.SituacaoLoteRecebimentoItem>
Enum Constant and Description |
---|
AGUARDANDO |
ANULADO |
CORRIGIDO |
EXCLUIDO |
LIQUIDADO |
PENDENTE |
SEM_PENDENCIA |
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 LoteRecebimentoItem.SituacaoLoteRecebimentoItem |
load(java.lang.String codigo) |
static LoteRecebimentoItem.SituacaoLoteRecebimentoItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoteRecebimentoItem.SituacaoLoteRecebimentoItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem AGUARDANDO
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem LIQUIDADO
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem EXCLUIDO
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem SEM_PENDENCIA
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem PENDENTE
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem CORRIGIDO
public static final LoteRecebimentoItem.SituacaoLoteRecebimentoItem ANULADO
public static LoteRecebimentoItem.SituacaoLoteRecebimentoItem[] values()
for (LoteRecebimentoItem.SituacaoLoteRecebimentoItem c : LoteRecebimentoItem.SituacaoLoteRecebimentoItem.values()) System.out.println(c);
public static LoteRecebimentoItem.SituacaoLoteRecebimentoItem 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 LoteRecebimentoItem.SituacaoLoteRecebimentoItem load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getLabel()