public static enum LoteServicoMBean.ACAO extends java.lang.Enum<LoteServicoMBean.ACAO>
Enum Constant and Description |
---|
FECHAR |
INTEGRAR |
INTEGRAR_FPE |
REABRIR |
Modifier and Type | Method and Description |
---|---|
static LoteServicoMBean.ACAO |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoteServicoMBean.ACAO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoteServicoMBean.ACAO FECHAR
public static final LoteServicoMBean.ACAO INTEGRAR
public static final LoteServicoMBean.ACAO INTEGRAR_FPE
public static final LoteServicoMBean.ACAO REABRIR
public static LoteServicoMBean.ACAO[] values()
for (LoteServicoMBean.ACAO c : LoteServicoMBean.ACAO.values()) System.out.println(c);
public static LoteServicoMBean.ACAO 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 null