rails.common
Enum GuiDef.ClassName
java.lang.Object
java.lang.Enum<GuiDef.ClassName>
rails.common.GuiDef.ClassName
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<GuiDef.ClassName>
- Enclosing class:
- GuiDef
public static enum GuiDef.ClassName
- extends java.lang.Enum<GuiDef.ClassName>
Identifiers and default names for configurable UI classes
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GAME_UI_MANAGER
public static final GuiDef.ClassName GAME_UI_MANAGER
OR_UI_MANAGER
public static final GuiDef.ClassName OR_UI_MANAGER
STATUS_WINDOW
public static final GuiDef.ClassName STATUS_WINDOW
GAME_STATUS
public static final GuiDef.ClassName GAME_STATUS
OR_WINDOW
public static final GuiDef.ClassName OR_WINDOW
values
public static GuiDef.ClassName[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GuiDef.ClassName c : GuiDef.ClassName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GuiDef.ClassName valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getDefaultClassName
public java.lang.String getDefaultClassName()