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 JPrimitiveTypeJCodeModel. BOOLEANJPrimitiveTypeJCodeModel. BYTEJPrimitiveTypeJCodeModel. CHARJPrimitiveTypeJCodeModel. DOUBLEJPrimitiveTypeJCodeModel. FLOATJPrimitiveTypeJCodeModel. INTJPrimitiveTypeJCodeModel. LONGJPrimitiveTypeJCodeModel. SHORTJPrimitiveTypeJCodeModel. VOIDMethods in com.sun.codemodel that return JPrimitiveType Modifier and Type Method Description JPrimitiveTypeJClass. getPrimitiveType()If this class represents one of the wrapper classes defined in the java.lang package, return the corresponding primitive type.static JPrimitiveTypeJType. 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 JPrimitiveTypeAbstractListField. primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveTypeAbstractListField. primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveTypeAbstractListField. primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected JPrimitiveTypeAbstractListField. primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.
-