Uses of Class
com.sun.codemodel.JPrimitiveType
-
Packages that use JPrimitiveType Package Description com.sun.codemodel Library for generating Java source codecom.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. -
-
Uses of JPrimitiveType in com.sun.codemodel
Fields in com.sun.codemodel declared as JPrimitiveType Modifier and Type Field Description JPrimitiveType
JCodeModel. BOOLEAN
JPrimitiveType
JCodeModel. BYTE
JPrimitiveType
JCodeModel. CHAR
JPrimitiveType
JCodeModel. DOUBLE
JPrimitiveType
JCodeModel. FLOAT
JPrimitiveType
JCodeModel. INT
JPrimitiveType
JCodeModel. LONG
JPrimitiveType
JCodeModel. SHORT
JPrimitiveType
JCodeModel. VOID
Methods in com.sun.codemodel that return JPrimitiveType Modifier and Type Method Description JPrimitiveType
JClass. getPrimitiveType()
If this class represents one of the wrapper classes defined in the java.lang package, return the corresponding primitive type.static JPrimitiveType
JType. parse(JCodeModel codeModel, String typeName)
Obtains a reference to the primitive type object from a type name. -
Uses of JPrimitiveType in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as JPrimitiveType Modifier and Type Field Description protected JPrimitiveType
AbstractListField. primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveType
AbstractListField. primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveType
AbstractListField. primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveType
AbstractListField. primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.
-