|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<Resolution.ResolutionState>
org.directdemocracyportal.democracy.model.world.Resolution.ResolutionState
public static enum Resolution.ResolutionState extends java.lang.Enum<Resolution.ResolutionState>
The Enum ResolutionState.
| Enum Constant and Description |
|---|
Created
The Created. |
Decided
The Decided. |
Preparation
The Preparation. |
Proccessed
The Proccessed. |
Public
The Public. |
Stayed
The Stayed. |
| Modifier and Type | Method and Description |
|---|---|
static Resolution.ResolutionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Resolution.ResolutionState[] |
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 Resolution.ResolutionState Created
public static final Resolution.ResolutionState Preparation
public static final Resolution.ResolutionState Public
public static final Resolution.ResolutionState Stayed
public static final Resolution.ResolutionState Decided
public static final Resolution.ResolutionState Proccessed
| Method Detail |
|---|
public static Resolution.ResolutionState[] values()
for (Resolution.ResolutionState c : Resolution.ResolutionState.values()) System.out.println(c);
public static Resolution.ResolutionState 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||