public static enum GUIGene.GUIGeneState extends java.lang.Enum<GUIGene.GUIGeneState>
Enum Constant and Description |
---|
ACTIVE_HOVER |
FORBIDDEN_TARGET |
HOVER |
INDIRECT_HOVER |
LOCKED_HOVER |
NEUTRAL |
NO_CHANGE_TARGET |
SOURCE |
TARGET |
Modifier and Type | Method and Description |
---|---|
static GUIGene.GUIGeneState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIGene.GUIGeneState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIGene.GUIGeneState NEUTRAL
public static final GUIGene.GUIGeneState HOVER
public static final GUIGene.GUIGeneState INDIRECT_HOVER
public static final GUIGene.GUIGeneState ACTIVE_HOVER
public static final GUIGene.GUIGeneState LOCKED_HOVER
public static final GUIGene.GUIGeneState SOURCE
public static final GUIGene.GUIGeneState TARGET
public static final GUIGene.GUIGeneState NO_CHANGE_TARGET
public static final GUIGene.GUIGeneState FORBIDDEN_TARGET
public static GUIGene.GUIGeneState[] values()
for (GUIGene.GUIGeneState c : GUIGene.GUIGeneState.values()) System.out.println(c);
public static GUIGene.GUIGeneState 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