public static enum JoQuestionDialog.QuestionType extends java.lang.Enum<JoQuestionDialog.QuestionType>
Enum Constant and Description |
---|
YES_NO |
YES_NO_CANCEL |
Modifier and Type | Method and Description |
---|---|
static JoQuestionDialog.QuestionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JoQuestionDialog.QuestionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoQuestionDialog.QuestionType YES_NO
public static final JoQuestionDialog.QuestionType YES_NO_CANCEL
public static JoQuestionDialog.QuestionType[] values()
for (JoQuestionDialog.QuestionType c : JoQuestionDialog.QuestionType.values()) System.out.println(c);
public static JoQuestionDialog.QuestionType 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 nullSiehe auch Jowidgets Nutzerhandbuch