public static enum WizardPanel.ANSWER_MODE extends Enum<WizardPanel.ANSWER_MODE>
| Enum Constant and Description |
|---|
back |
cancel |
finish |
help |
next |
none |
| Modifier and Type | Method and Description |
|---|---|
static WizardPanel.ANSWER_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WizardPanel.ANSWER_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WizardPanel.ANSWER_MODE back
public static final WizardPanel.ANSWER_MODE next
public static final WizardPanel.ANSWER_MODE finish
public static final WizardPanel.ANSWER_MODE help
public static final WizardPanel.ANSWER_MODE cancel
public static final WizardPanel.ANSWER_MODE none
public static WizardPanel.ANSWER_MODE[] values()
for (WizardPanel.ANSWER_MODE c : WizardPanel.ANSWER_MODE.values()) System.out.println(c);
public static WizardPanel.ANSWER_MODE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.