com.metamatrix.common.config.xml
Interface XMLConfig_42_ElementNames


public interface XMLConfig_42_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_42_ElementNames.AuthenticationProviders
          This is the class that represents the ProductServiceConfigs Element which contains all of the XML elements that represent a ProductServiceConfigs object.
static class XMLConfig_42_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_42_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_42_ElementNames.ComponentTypeID
          This is the class that represents the ComponentTypeID Element which contains all of the XML elements that represent a ComponentTypeID object.
static class XMLConfig_42_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_42_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_42_ElementNames.ConnectorComponents
          This is the class that represents the ServiceComponentDefns Element which contains all of the XML elements that represent a ServiceComponentDefns object.
static class XMLConfig_42_ElementNames.Header
           
static class XMLConfig_42_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_42_ElementNames.ProductServiceConfigs
          This is the class that represents the ProductServiceConfigs Element which contains all of the XML elements that represent a ProductServiceConfigs object.
static class XMLConfig_42_ElementNames.ProductTypes
          This is the class that represents the ProductTypes Element which contains all of the XML elements that represent a ProductType object.
static class XMLConfig_42_ElementNames.Properties
          This is the class that represents the Properties Element which contains all of the XML elements that represent a Properties object.
static class XMLConfig_42_ElementNames.ResourcePools
          This is the class that represents the ProductServiceConfigs Element which contains all of the XML elements that represent a ProductServiceConfigs object.
static class XMLConfig_42_ElementNames.Resources
          This is the class that represents the Resources Element which contains all of the XML elements that represent a Resource object.
static class XMLConfig_42_ElementNames.ServiceComponentDefns
          This is the class that represents the ServiceComponentDefns Element which contains all of the XML elements that represent a ServiceComponentDefns 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.