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