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