|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.ElementNames
public class ElementNames
Utility class defining the JDOM Element names used within
configuration files and application code.
| Field Summary | |
|---|---|
static java.lang.String |
ANY_PARAMS_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
CLASS_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
COLLECTION_ENTRY_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing collection entry data. |
static java.lang.String |
CONSTRUCTOR_ARG_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing collection entry data. |
static java.lang.String |
EXPECTATION_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
used to construct an ExpectationNode. |
static java.lang.String |
EXPECTATION_GROUP_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
used to construct an ExpectationGroupNode. |
static java.lang.String |
EXPECTED_RESULT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
FIXTURE_DESCRIPTION_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
FIXTURE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
used to construct an FixtureNode. |
static java.lang.String |
FIXTURE_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
IMPORT_FIXTURE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
JNDI_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
METHOD_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
METHOD_PARAM_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
MOCK_METHOD_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
MOCK_OBJECT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
used to construct an MockObjectNode. |
static java.lang.String |
MOCK_OBJECT_GROUP_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
used to construct an MockObjectGroupNode. |
static java.lang.String |
MOCK_OBJECT_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
SIMPLE_BOUND_OBJECT_DATA_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
SIMPLE_BOUND_OBJECT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
SIMPLE_BOUND_OBJECTS_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
static java.lang.String |
VALUE_CLASS_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing value class name data. |
static java.lang.String |
VALUE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing value data. |
static java.lang.String |
VALUE_TYPE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing value type data. |
| Constructor Summary | |
|---|---|
ElementNames()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VALUE_TYPE_ELEMENT_NAME
Element
containing value type data.
public static final java.lang.String VALUE_CLASS_NAME_ELEMENT_NAME
Element
containing value class name data.
public static final java.lang.String VALUE_ELEMENT_NAME
Element
containing value data.
public static final java.lang.String COLLECTION_ENTRY_ELEMENT_NAME
Element
containing collection entry data.
public static final java.lang.String CONSTRUCTOR_ARG_ELEMENT_NAME
Element
containing collection entry data.
public static final java.lang.String EXPECTATION_ELEMENT_NAME
Element
used to construct an ExpectationNode.
public static final java.lang.String METHOD_NAME_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String MOCK_METHOD_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String METHOD_PARAM_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String ANY_PARAMS_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String EXPECTED_RESULT_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String EXPECTATION_GROUP_ELEMENT_NAME
Element
used to construct an ExpectationGroupNode.
public static final java.lang.String FIXTURE_ELEMENT_NAME
Element
used to construct an FixtureNode.
public static final java.lang.String FIXTURE_NAME_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String FIXTURE_DESCRIPTION_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String IMPORT_FIXTURE_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String SIMPLE_BOUND_OBJECTS_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String SIMPLE_BOUND_OBJECT_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String SIMPLE_BOUND_OBJECT_DATA_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String JNDI_NAME_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String MOCK_OBJECT_ELEMENT_NAME
Element
used to construct an MockObjectNode.
public static final java.lang.String MOCK_OBJECT_NAME_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String CLASS_NAME_ELEMENT_NAME
Element
containing data for the model.
public static final java.lang.String MOCK_OBJECT_GROUP_ELEMENT_NAME
Element
used to construct an MockObjectGroupNode.
| Constructor Detail |
|---|
public ElementNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||