|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AbstractActionDialog.DialogResult> org.directdemocracyportal.democracy.web.views.dialogs.AbstractActionDialog.DialogResult
public static enum AbstractActionDialog.DialogResult extends java.lang.Enum<AbstractActionDialog.DialogResult>
The Enum DialogResult.
Enum Constant and Description |
---|
Action_Cancelled
The Action_ cancelled. |
Dialog_Closed
The Dialog_ closed. |
Do_Action
The Do_ action. |
Modifier and Type | Method and Description |
---|---|
static AbstractActionDialog.DialogResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractActionDialog.DialogResult[] |
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 AbstractActionDialog.DialogResult Dialog_Closed
public static final AbstractActionDialog.DialogResult Do_Action
public static final AbstractActionDialog.DialogResult Action_Cancelled
Method Detail |
---|
public static AbstractActionDialog.DialogResult[] values()
for (AbstractActionDialog.DialogResult c : AbstractActionDialog.DialogResult.values()) System.out.println(c);
public static AbstractActionDialog.DialogResult 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 |