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