|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EditFixtureWizardType>
org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardType
public enum EditFixtureWizardType
An enum specifying types of editing tasks performed using a
EditFixtureWizard, specifically whether a newly created fixture
is being built, a copied/pasted instance is being set up or an edit is being
performed on a previously created fixture.
| Enum Constant Summary | |
|---|---|
EDIT_FIXTURE
Constant value indicating an edit is being performed on a previously created fixture. |
|
NEW_FIXTURE
Constant value indicating a newly created fixture is being built |
|
PASTE_COPIED_FIXTURE
Constant value indicating a copied/pasted fixture is being set up |
|
| Method Summary | |
|---|---|
static EditFixtureWizardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EditFixtureWizardType[] |
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 EditFixtureWizardType NEW_FIXTURE
public static final EditFixtureWizardType PASTE_COPIED_FIXTURE
public static final EditFixtureWizardType EDIT_FIXTURE
| Method Detail |
|---|
public static EditFixtureWizardType[] values()
for (EditFixtureWizardType c : EditFixtureWizardType.values()) System.out.println(c);
public static EditFixtureWizardType 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 name
java.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 | |||||||||