public static enum Devolucao.StatusDevolucaoE extends java.lang.Enum<Devolucao.StatusDevolucaoE>
Enum Constant and Description |
---|
ATUALIZADA |
DIGITADA |
ESTORNADA |
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() |
static Devolucao.StatusDevolucaoE |
load(java.lang.String statusDevolucaoE) |
static Devolucao.StatusDevolucaoE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Devolucao.StatusDevolucaoE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Devolucao.StatusDevolucaoE DIGITADA
public static final Devolucao.StatusDevolucaoE ATUALIZADA
public static final Devolucao.StatusDevolucaoE ESTORNADA
public static Devolucao.StatusDevolucaoE[] values()
for (Devolucao.StatusDevolucaoE c : Devolucao.StatusDevolucaoE.values()) System.out.println(c);
public static Devolucao.StatusDevolucaoE 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 Devolucao.StatusDevolucaoE load(java.lang.String statusDevolucaoE)
public java.lang.String getCodigo()