com.metamatrix.common.config.xml
Interface XMLElementNames


public interface XMLElementNames

This class structure mimics the structure of a Configuration XML document and defines all of the element and attribute names for that document type.


Nested Class Summary
static class XMLElementNames.ChangeHistory
          This is the class that represents the ChangeHistory Properties Element which contains all of the XML elements that represent the change information for the object.
static class XMLElementNames.ComponentObject
          This is the class that represents the ComponentObject Element which contains all of the XML elements that represent a ComponentObject object.
static class XMLElementNames.ComponentTypeID
          This is the class that represents the ComponentTypeID Element which contains all of the XML elements that represent a ComponentTypeID object.
static class XMLElementNames.ComponentTypes
          This is the class that represents the ComponentTypes Element which contains all of the XML elements that represent a ComponentTypes object.
static class XMLElementNames.Configurations
          This is the class that represents the Configurations Element which contains all of the XML elements that represent Configuration objects.
static class XMLElementNames.ConnectorComponents
          This is the class that represents the ServiceComponentDefns Element which contains all of the XML elements that represent a ServiceComponentDefns object.
static class XMLElementNames.Header
          This is the class that represents the Header Element which contains all of the XML elements that represent a Header object.
static class XMLElementNames.HostID
          This is the class that represents the HostID Element which contains all of the XML elements that represent a HostID object.
static class XMLElementNames.Hosts
          This is the class that represents the Hosts Element which contains all of the XML elements that represent a Hosts object.
static class XMLElementNames.ID
          This is the class that represents the ID Element which contains all of the XML elements that represent a ID object.
static class XMLElementNames.ProductTypes
          This is the class that represents the ProductTypes Element which contains all of the XML elements that represent a ProductType object.
static class XMLElementNames.Properties
          This is the class that represents the Properties Element which contains all of the XML elements that represent a Properties object.
static class XMLElementNames.Resources
          This is the class that represents the Resources Element which contains all of the XML elements that represent a Resource object.
 
Field Summary
static java.lang.String DELIMITER
          This is used as the delimiter of all XML element names.
static java.lang.String ELEMENT
          This should be the root Element name for all Configuration XML Documents.
 

Field Detail

DELIMITER

static final java.lang.String DELIMITER
This is used as the delimiter of all XML element names.

See Also:
Constant Field Values

ELEMENT

static final java.lang.String ELEMENT
This should be the root Element name for all Configuration XML Documents.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.