public static enum GUIGene.GUIGeneState extends java.lang.Enum<GUIGene.GUIGeneState>
| Enum Constant and Description |
|---|
ACTIVE_HOVER |
HOVER |
INDIRECT_HOVER |
INVALID_TARGET |
LOCKED_HOVER |
NEUTRAL |
NO_CHANGE_TARGET |
SOURCE |
VALID_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 VALID_TARGET
public static final GUIGene.GUIGeneState NO_CHANGE_TARGET
public static final GUIGene.GUIGeneState INVALID_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