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