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