org.mockcentral.editor.nodes
Class ElementNames

java.lang.Object
  extended by org.mockcentral.editor.nodes.ElementNames

public class ElementNames
extends java.lang.Object

Utility class defining the JDOM Element names used within configuration files and application code.

Author:
David Hutchinson

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

VALUE_TYPE_ELEMENT_NAME

public static final java.lang.String VALUE_TYPE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing value type data.

See Also:
Constant Field Values

VALUE_CLASS_NAME_ELEMENT_NAME

public static final java.lang.String VALUE_CLASS_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing value class name data.

See Also:
Constant Field Values

VALUE_ELEMENT_NAME

public static final java.lang.String VALUE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing value data.

See Also:
Constant Field Values

COLLECTION_ENTRY_ELEMENT_NAME

public static final java.lang.String COLLECTION_ENTRY_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing collection entry data.

See Also:
Constant Field Values

CONSTRUCTOR_ARG_ELEMENT_NAME

public static final java.lang.String CONSTRUCTOR_ARG_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing collection entry data.

See Also:
Constant Field Values

EXPECTATION_ELEMENT_NAME

public static final java.lang.String EXPECTATION_ELEMENT_NAME
A String constant identifying the name of a JDOM Element used to construct an ExpectationNode.

See Also:
Constant Field Values

METHOD_NAME_ELEMENT_NAME

public static final java.lang.String METHOD_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

MOCK_METHOD_ELEMENT_NAME

public static final java.lang.String MOCK_METHOD_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

METHOD_PARAM_ELEMENT_NAME

public static final java.lang.String METHOD_PARAM_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

ANY_PARAMS_ELEMENT_NAME

public static final java.lang.String ANY_PARAMS_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

EXPECTED_RESULT_ELEMENT_NAME

public static final java.lang.String EXPECTED_RESULT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

EXPECTATION_GROUP_ELEMENT_NAME

public static final java.lang.String EXPECTATION_GROUP_ELEMENT_NAME
A String constant identifying the name of a JDOM Element used to construct an ExpectationGroupNode.

See Also:
Constant Field Values

FIXTURE_ELEMENT_NAME

public static final java.lang.String FIXTURE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element used to construct an FixtureNode.

See Also:
Constant Field Values

FIXTURE_NAME_ELEMENT_NAME

public static final java.lang.String FIXTURE_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

FIXTURE_DESCRIPTION_ELEMENT_NAME

public static final java.lang.String FIXTURE_DESCRIPTION_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

IMPORT_FIXTURE_ELEMENT_NAME

public static final java.lang.String IMPORT_FIXTURE_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

SIMPLE_BOUND_OBJECTS_ELEMENT_NAME

public static final java.lang.String SIMPLE_BOUND_OBJECTS_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

SIMPLE_BOUND_OBJECT_ELEMENT_NAME

public static final java.lang.String SIMPLE_BOUND_OBJECT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

SIMPLE_BOUND_OBJECT_DATA_ELEMENT_NAME

public static final java.lang.String SIMPLE_BOUND_OBJECT_DATA_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

JNDI_NAME_ELEMENT_NAME

public static final java.lang.String JNDI_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

MOCK_OBJECT_ELEMENT_NAME

public static final java.lang.String MOCK_OBJECT_ELEMENT_NAME
A String constant identifying the name of a JDOM Element used to construct an MockObjectNode.

See Also:
Constant Field Values

MOCK_OBJECT_NAME_ELEMENT_NAME

public static final java.lang.String MOCK_OBJECT_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

CLASS_NAME_ELEMENT_NAME

public static final java.lang.String CLASS_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element containing data for the model.

See Also:
Constant Field Values

MOCK_OBJECT_GROUP_ELEMENT_NAME

public static final java.lang.String MOCK_OBJECT_GROUP_ELEMENT_NAME
A String constant identifying the name of a JDOM Element used to construct an MockObjectGroupNode.

See Also:
Constant Field Values
Constructor Detail

ElementNames

public ElementNames()