public enum NaturezaOperacao extends java.lang.Enum<NaturezaOperacao>
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 NaturezaOperacao |
load(java.lang.String naturezaOperacao) |
static NaturezaOperacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NaturezaOperacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaturezaOperacao NENHUM
public static final NaturezaOperacao ATENDIMENTO
public static final NaturezaOperacao COMPRA
public static final NaturezaOperacao DEVOLUCAO
public static final NaturezaOperacao ENTRADA_POR_TRANSFERENCIA
public static final NaturezaOperacao ESTORNO_DE_ATENDIMENTO
public static final NaturezaOperacao ESTORNO_DE_COMPRA
public static final NaturezaOperacao ESTORNO_DE_DEVOLUCAO
public static final NaturezaOperacao ESTORNO_DE_ENTRADA_POR_TRANSFERENCIA
public static final NaturezaOperacao ESTORNO_DE_REQUISICAO
public static final NaturezaOperacao ESTORNO_DE_SAIDA_POR_TRANSFERENCIA
public static final NaturezaOperacao IMPLANTACAO
public static final NaturezaOperacao PENDENTE_EM_REMESSA
public static final NaturezaOperacao REQUISICAO
public static final NaturezaOperacao SAIDA_P0R_TRANSFERENCIA
public static NaturezaOperacao[] values()
for (NaturezaOperacao c : NaturezaOperacao.values()) System.out.println(c);
public static NaturezaOperacao 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 java.lang.String getCodigo()
public java.lang.String getDescricao()
public static NaturezaOperacao load(java.lang.String naturezaOperacao)