public class PlanMetaDataFactory
extends RowMetaDataFactory
Constructor and Description |
---|
PlanMetaDataFactory(StringReplacer r) |
Modifier and Type | Method and Description |
---|---|
void |
createGlobalAttributeGroups(java.util.List<org.w3c.dom.Element> groupNodeList) |
void |
createGlobalCodeLists(Connection con,
java.util.List<org.w3c.dom.Element> domainNodeList) |
PlanMetaData |
createPlanMetaData(Connection con,
java.io.File schemaPath,
org.w3c.dom.Element featureNode)
Create specialized RowMetaData - PlanMetaData - for the handling of a specific plan object type.
|
public void createGlobalCodeLists(Connection con, java.util.List<org.w3c.dom.Element> domainNodeList) throws java.lang.Exception
java.lang.Exception
public void createGlobalAttributeGroups(java.util.List<org.w3c.dom.Element> groupNodeList) throws java.lang.Exception
java.lang.Exception
public PlanMetaData createPlanMetaData(Connection con, java.io.File schemaPath, org.w3c.dom.Element featureNode) throws java.lang.Exception
createGlobalCodeLists()
and createGlobalCodeLists()
).
You may secondly inspect the code to get a more complete picture of what is actually performed.java.lang.Exception