public class DatatypeFactory
extends java.lang.Object
Data from a XML Schema datatype.| Modifier and Type | Field and Description |
|---|---|
private com.sun.codemodel.JCodeModel |
codeModel |
| Constructor and Description |
|---|
DatatypeFactory(com.sun.codemodel.JCodeModel codeModel) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JType |
getType(java.lang.String datatypeLibrary,
java.lang.String type)
Decides the Java datatype from XML datatype.
|