public static enum ItemProcessoBaixa.Conservacao extends java.lang.Enum<ItemProcessoBaixa.Conservacao>
Enum Constant and Description |
---|
DANIFICAO |
DANO_APARENTE_CONDICAO_DE_USO |
PERFEITA |
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
codigo |
private java.lang.String |
descricao |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCodigo() |
java.lang.String |
getDescricao() |
static ItemProcessoBaixa.Conservacao |
load(java.lang.String codigo) |
static ItemProcessoBaixa.Conservacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemProcessoBaixa.Conservacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemProcessoBaixa.Conservacao PERFEITA
public static final ItemProcessoBaixa.Conservacao DANO_APARENTE_CONDICAO_DE_USO
public static final ItemProcessoBaixa.Conservacao DANIFICAO
public static ItemProcessoBaixa.Conservacao[] values()
for (ItemProcessoBaixa.Conservacao c : ItemProcessoBaixa.Conservacao.values()) System.out.println(c);
public static ItemProcessoBaixa.Conservacao 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 ItemProcessoBaixa.Conservacao load(java.lang.String codigo)
public java.lang.Long getCodigo()
public java.lang.String getDescricao()