|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.MappingJavaType
MappingJavaType class mapping the jdbc type of data in to java type of data.
Constructor Summary | |
MappingJavaType(InputParameters generatorParameters,
java.lang.String sqlDataType)
Construct object MappingJavaType with associated parameters. |
Method Summary | |
java.lang.String |
getJavaType()
This method reads value of javaType parameter. |
void |
setJavaType(java.lang.String java_Type)
This method sets the value of javaType parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappingJavaType(InputParameters generatorParameters, java.lang.String sqlDataType) throws LoaderException
sqlDataType
- is the type which you wont to map.generatorParameters
- represents the references to InputParameter object.
LoaderException
Method Detail |
public void setJavaType(java.lang.String java_Type)
java_Type
- is the value of parameter.public java.lang.String getJavaType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |