public static enum UifConstants.WizardAction extends Enum<UifConstants.WizardAction>
Modifier and Type | Method and Description |
---|---|
int |
getStep() |
void |
setStep(int step) |
static UifConstants.WizardAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.WizardAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.WizardAction NONE
public static final UifConstants.WizardAction BACK
public static final UifConstants.WizardAction CONTINUE
public static UifConstants.WizardAction[] values()
for (UifConstants.WizardAction c : UifConstants.WizardAction.values()) System.out.println(c);
public static UifConstants.WizardAction 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 nullpublic int getStep()
public void setStep(int step)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.