|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EStringSelectionState>
ch.sahits.game.graphic.display.notice.EStringSelectionState
enum EStringSelectionState
This enumaration defines the state in which a string can be displayed
| Enum Constant Summary | |
|---|---|
ACTIVE
Designate a String as active |
|
DISABLE
Designate a String that is not active and cannot be selected |
|
INACTIVE
Designate as String that is not active but can be selected |
|
| Method Summary | |
|---|---|
static EStringSelectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EStringSelectionState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final EStringSelectionState ACTIVE
public static final EStringSelectionState INACTIVE
public static final EStringSelectionState DISABLE
| Method Detail |
|---|
public static EStringSelectionState[] values()
for (EStringSelectionState c : EStringSelectionState.values()) System.out.println(c);
public static EStringSelectionState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||