com.metamatrix.common.config.xml
Interface XMLConfig_ElementNames


public interface XMLConfig_ElementNames

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 XMLConfig_ElementNames.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 XMLConfig_ElementNames.ComponentObject
          This is the class that represents the ComponentObject Element which contains all of the XML elements that represent a ComponentObject object.
static class XMLConfig_ElementNames.ComponentTypes
          This is the class that represents the ComponentTypes Element which contains all of the XML elements that represent a ComponentTypes object.
static class XMLConfig_ElementNames.Configuration
          This is the class that represents the Configuration Element which contains all of the XML elements that represent a Configuration object.
static class XMLConfig_ElementNames.Header
           
static class XMLConfig_ElementNames.ID
          This is the class that represents the ID Element which contains all of the XML elements that represent a ID object.
static class XMLConfig_ElementNames.Properties
          This is the class that represents the Properties Element which contains all of the XML elements that represent a Properties 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.