|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EditMockObjectWizardType>
org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectWizardType
public enum EditMockObjectWizardType
An enum used to specify the types of EditMockObjectWizard. The
values are used to determine which pages get added and whether various
editing controls are enabled.
| Enum Constant Summary | |
|---|---|
EDIT_EXPECTATIONS
Indicates that the wizard is only editing the Mock Object method expectations list. |
|
EDIT_MOCK_OBJECT_DATA
Indicates that the wizard is only editing the basic Mock Object data. |
|
NEW_MOCK_OBJECT
Indicates that the wizard is editing a freshly created Mock Object. |
|
PASTE_MOCK_OBJECT
Indicates that the wizard is editing a freshly copied and pasted Mock Object. |
|
| Method Summary | |
|---|---|
static EditMockObjectWizardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EditMockObjectWizardType[] |
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 EditMockObjectWizardType NEW_MOCK_OBJECT
public static final EditMockObjectWizardType PASTE_MOCK_OBJECT
public static final EditMockObjectWizardType EDIT_MOCK_OBJECT_DATA
public static final EditMockObjectWizardType EDIT_EXPECTATIONS
| Method Detail |
|---|
public static EditMockObjectWizardType[] values()
for (EditMockObjectWizardType c : EditMockObjectWizardType.values()) System.out.println(c);
public static EditMockObjectWizardType 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 | |||||||||