|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.DomlDesignReader
public class DomlDesignReader
DomlDesignReader class retrieves the input data from doml file, and placed them in to ImportDefinition class.
Constructor Summary | |
---|---|
DomlDesignReader(org.w3c.dom.Document document,
org.w3c.dom.Element root,
InputParameters generatorParameters)
Construct object DomlDesignReader with associated parameters. |
Method Summary | |
---|---|
static java.lang.String[] |
getAllowNulls()
This method read value of listAllowNulls parameters. |
static java.lang.String[] |
getColumnLenght()
This method read value of listColumnLenght parameters. |
static java.lang.String[] |
getColumnNames()
This method read value of listColumnNames parameters. |
static java.lang.String[] |
getColumnType()
This method read value of listColumnType parameters. |
static java.lang.String[] |
getForeignVariables()
This method read the value of listForeignVariables parameters. |
ImportDefinitionAttributes |
getImportDefinition()
This method read value of importDefinitionAttributes parameters. |
static java.lang.String[] |
getIndexVariables()
This method read the value of listIndexVariables parameters. |
static java.lang.String[] |
getPrimaryKeys()
This method read the value of listPrimaryKeys parameters. |
RelationshipsAttributes |
getRelationshipsAttributes()
This method read value of relationshipsAttributes parameters. |
static java.lang.String[] |
getTargetTableID()
This method read value of listTargetTableID parameters. |
static java.lang.String[] |
getTargetTableNames()
This method read value of listTargetTableNames parameters. |
static void |
setAllowNulls(java.lang.String[] list_AllowNulls)
This method sets value of listAllowNulls parameters. |
static void |
setColumnLenght(java.lang.String[] list_ColumnLenght)
This method sets value of listColumnLenght parameters. |
static void |
setColumnNames(java.lang.String[] list_ColumnNames)
This method sets value of listColumnNames parameters. |
static void |
setColumnType(java.lang.String[] list_ColumnType)
This method sets value of listColumnType parameters. |
static void |
setForeignVariables(java.lang.String[] foreign_Variables)
This method sets the value of listForeignVariables parameters. |
static void |
setIndexVariables(java.lang.String[] index_Variables)
This method sets the value of listIndexVariables parameters. |
static void |
setPrimaryKeys(java.lang.String[] primary_Keys)
This method sets the value of listPrimaryKeys parameters. |
static void |
setTargetTableID(java.lang.String[] list_TargetTableID)
This method sets value of listTargetTableID parameters. |
static void |
setTargetTableNames(java.lang.String[] list_TargetTableNames)
This method sets value of listTargetTableNames parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomlDesignReader(org.w3c.dom.Document document, org.w3c.dom.Element root, InputParameters generatorParameters) throws LoaderException
generatorParameters
- represents the references to InputParameter object.document
- is the object of Document class.root
- is the object of Element class.
LoaderException
Method Detail |
---|
public ImportDefinitionAttributes getImportDefinition()
public RelationshipsAttributes getRelationshipsAttributes()
public static void setColumnNames(java.lang.String[] list_ColumnNames)
list_ColumnNames
- is value of parameters.public static java.lang.String[] getColumnNames()
public static void setTargetTableNames(java.lang.String[] list_TargetTableNames)
list_TargetTableNames
- is value of parameters.public static java.lang.String[] getTargetTableNames()
public static void setTargetTableID(java.lang.String[] list_TargetTableID)
list_TargetTableID
- is value of parameter.public static java.lang.String[] getTargetTableID()
public static void setColumnType(java.lang.String[] list_ColumnType)
list_ColumnType
- is value of parameters.public static java.lang.String[] getColumnType()
public static void setColumnLenght(java.lang.String[] list_ColumnLenght)
list_ColumnLenght
- is value of parameter.public static java.lang.String[] getColumnLenght()
public static void setAllowNulls(java.lang.String[] list_AllowNulls)
list_AllowNulls
- is value of parameters.public static java.lang.String[] getAllowNulls()
public static void setPrimaryKeys(java.lang.String[] primary_Keys)
primary_Keys
- is value of parameter.public static java.lang.String[] getPrimaryKeys()
public static void setIndexVariables(java.lang.String[] index_Variables)
index_Variables
- is value of parameter.public static java.lang.String[] getIndexVariables()
public static void setForeignVariables(java.lang.String[] foreign_Variables)
foreign_Variables
- is the value of parameter.public static java.lang.String[] getForeignVariables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |