| Modifier and Type | Field and Description |
|---|---|
com.sun.codemodel.JType |
type
The Java representation of the datatype.
|
| Constructor and Description |
|---|
Data(org.xml.sax.Locator location,
com.sun.codemodel.JType type) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
generate(com.sun.codemodel.JDefinedClass clazz,
NodeSet nset,
java.util.Set<Prop> props)
Populate the body of the writer class.
|
com.sun.codemodel.JType |
getDatatype(NodeSet nset)
Obtains the Java class of this
Text. |
public final com.sun.codemodel.JType type
public com.sun.codemodel.JType getDatatype(NodeSet nset)
TextText.getDatatype in interface Text