|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.MappingTypeData
MappingTypeData class mapping the type of data, which depends on the type of database.
Constructor Summary | |
MappingTypeData(java.lang.String dataType,
InputParameters generatorParameters)
Construct object MappingTypeData with associated parameters. |
Method Summary | |
java.lang.String |
getSQLType()
This method read the value of sqlType parameter. |
void |
setSQLType(java.lang.String sql_Type)
This method sets the value of sqlType parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappingTypeData(java.lang.String dataType, InputParameters generatorParameters) throws LoaderException
dataType
- is the type which you wont to map.generatorParameters
- represents the references to InputParameter object.
LoaderException
Method Detail |
public java.lang.String getSQLType()
public void setSQLType(java.lang.String sql_Type)
sql_Type
- is the value of parameter.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |