|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |