|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MockCentralDialogType>
org.mockcentral.editor.dialogs.MockCentralDialogType
public enum MockCentralDialogType
An enum specifying the various types of an IMockCentralDialog
that can be created using the dialog factory.
| Enum Constant Summary | |
|---|---|
EDIT_EXPECTATION
Value indicating a dialog for editing method expectation data will be returned. |
|
EDIT_FIXTURE
Value indicating a dialog for editing basic fixture data will be returned. |
|
EDIT_MOCK_OBJECT
Value indicating a dialog for editing basic Mock Object data data will be returned. |
|
EDIT_SIGNATURE_PART
Value indicating a dialog for editing signature part data will be returned. |
|
SAVE_AS
Value indicating a "save as..." dialog will be returned. |
|
SELECT_TYPE
Value indicating a dialog for selecting a ValueType will be
returned. |
|
| Method Summary | |
|---|---|
static MockCentralDialogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MockCentralDialogType[] |
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 MockCentralDialogType SAVE_AS
public static final MockCentralDialogType EDIT_SIGNATURE_PART
public static final MockCentralDialogType EDIT_EXPECTATION
public static final MockCentralDialogType EDIT_MOCK_OBJECT
public static final MockCentralDialogType EDIT_FIXTURE
public static final MockCentralDialogType SELECT_TYPE
ValueType will be
returned.
| Method Detail |
|---|
public static MockCentralDialogType[] values()
for (MockCentralDialogType c : MockCentralDialogType.values()) System.out.println(c);
public static MockCentralDialogType 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 | |||||||||