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