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