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