Uses of Class
org.apache.jdo.impl.model.java.WrapperClassType

Packages that use WrapperClassType
org.apache.jdo.impl.model.java This package contains classes that are for use across all kinds of JavaModel implementations. 
 

Uses of WrapperClassType in org.apache.jdo.impl.model.java
 

Fields in org.apache.jdo.impl.model.java declared as WrapperClassType
static WrapperClassType PredefinedType.booleanClassType
          The JavaType instance for the class java.lang.Boolean.
static WrapperClassType PredefinedType.byteClassType
          The JavaType instance for the class java.lang.Byte.
static WrapperClassType PredefinedType.shortClassType
          The JavaType instance for the class java.lang.Short.
static WrapperClassType PredefinedType.integerClassType
          The JavaType instance for the class java.lang.Integer.
static WrapperClassType PredefinedType.longClassType
          The JavaType instance for the class java.lang.Long.
static WrapperClassType PredefinedType.characterClassType
          The JavaType instance for the class java.lang.Character.
static WrapperClassType PredefinedType.floatClassType
          The JavaType instance for the class java.lang.Float.
static WrapperClassType PredefinedType.doubleClassType
          The JavaType instance for the class java.lang.Double.
private  WrapperClassType PrimitiveType.wrapperClassType
          The JavaType of the corresponding Java wrapper class type.
 

Methods in org.apache.jdo.impl.model.java that return WrapperClassType
 WrapperClassType PrimitiveType.getWrapperClassType()
          Returns the JavaType instance of the Java wrapper class that corresponds to this primitive type.
 

Methods in org.apache.jdo.impl.model.java with parameters of type WrapperClassType
(package private)  void PrimitiveType.setWrapperClassType(WrapperClassType wrapperClassType)
          Sets the JavaType instance of the corresponding Java wrapper class.