DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.adn
Class DleseStandardsManager

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.adn.DleseStandardsManager
All Implemented Interfaces:
StandardsManager

public class DleseStandardsManager
extends Object
implements StandardsManager

StandardsManager for the ADN Framework. Manages standards represented as ":"-delimited strings.

Author:
ostwald

Constructor Summary
DleseStandardsManager(String xpath, List dataTypeNames, SchemaHelper schemaHelper)
          Constructor for the DleseStandardsManager object
DleseStandardsManager(String xpath, String dataTypeName, SchemaHelper schemaHelper)
          Constructor for the DleseStandardsManager object
 
Method Summary
 String getRendererTag()
          Gets the rendererTag attribute of the DleseStandardsManager object
 DleseStandardsDocument getStandardsDocument()
           
 String getXmlFormat()
          Gets the xmlFormat attribute of the StandardsManager object
 String getXpath()
          Gets the xpath attribute of the DleseStandardsManager object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DleseStandardsManager

public DleseStandardsManager(String xpath,
                             String dataTypeName,
                             SchemaHelper schemaHelper)
                      throws Exception
Constructor for the DleseStandardsManager object

Parameters:
schemaHelper - NOT YET DOCUMENTED
xpath - NOT YET DOCUMENTED
dataTypeName - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED

DleseStandardsManager

public DleseStandardsManager(String xpath,
                             List dataTypeNames,
                             SchemaHelper schemaHelper)
                      throws Exception
Constructor for the DleseStandardsManager object

Parameters:
schemaHelper - NOT YET DOCUMENTED
xpath - NOT YET DOCUMENTED
dataTypeNames - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED
Method Detail

getStandardsDocument

public DleseStandardsDocument getStandardsDocument()

getXmlFormat

public String getXmlFormat()
Description copied from interface: StandardsManager
Gets the xmlFormat attribute of the StandardsManager object

Specified by:
getXmlFormat in interface StandardsManager
Returns:
The xmlFormat value

getXpath

public String getXpath()
Gets the xpath attribute of the DleseStandardsManager object

Specified by:
getXpath in interface StandardsManager
Returns:
The xpath value

getRendererTag

public String getRendererTag()
Gets the rendererTag attribute of the DleseStandardsManager object

Specified by:
getRendererTag in interface StandardsManager
Returns:
The rendererTag value

DLESE Tools
v1.6.0