Class DleseStandardsManager
java.lang.Object
org.dlese.dpc.schemedit.standards.adn.DleseStandardsManager
- All Implemented Interfaces:
StandardsManager
StandardsManager for the ADN Framework. Manages standards represented as
":"-delimited strings.
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionDleseStandardsManager(String xpath, String dataTypeName, SchemaHelper schemaHelper) Constructor for the DleseStandardsManager objectDleseStandardsManager(String xpath, List dataTypeNames, SchemaHelper schemaHelper) Constructor for the DleseStandardsManager object -
Method Summary
Modifier and TypeMethodDescriptionGets the rendererTag attribute of the DleseStandardsManager objectGets the xmlFormat attribute of the StandardsManager objectgetXpath()Gets the xpath attribute of the DleseStandardsManager object
-
Constructor Details
-
DleseStandardsManager
public DleseStandardsManager(String xpath, String dataTypeName, SchemaHelper schemaHelper) throws Exception Constructor for the DleseStandardsManager object- Parameters:
xpath- NOT YET DOCUMENTEDdataTypeName- NOT YET DOCUMENTEDschemaHelper- 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:
xpath- NOT YET DOCUMENTEDdataTypeNames- NOT YET DOCUMENTEDschemaHelper- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
getStandardsDocument
-
getXmlFormat
Description copied from interface:StandardsManagerGets the xmlFormat attribute of the StandardsManager object- Specified by:
getXmlFormatin interfaceStandardsManager- Returns:
- The xmlFormat value
-
getXpath
Gets the xpath attribute of the DleseStandardsManager object- Specified by:
getXpathin interfaceStandardsManager- Returns:
- The xpath value
-
getRendererTag
Gets the rendererTag attribute of the DleseStandardsManager object- Specified by:
getRendererTagin interfaceStandardsManager- Returns:
- The rendererTag value
-