Package | Description |
---|---|
org.apache.jdo.impl.model.java |
This package contains classes that are for use across all kinds of
JavaModel implementations.
|
Modifier and Type | Field and Description |
---|---|
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.characterClassType
The JavaType instance for the class java.lang.Character.
|
static WrapperClassType |
PredefinedType.doubleClassType
The JavaType instance for the class java.lang.Double.
|
static WrapperClassType |
PredefinedType.floatClassType
The JavaType instance for the class java.lang.Float.
|
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.shortClassType
The JavaType instance for the class java.lang.Short.
|
Modifier and Type | Method and Description |
---|---|
WrapperClassType |
PrimitiveType.getWrapperClassType()
Returns the JavaType instance of the Java wrapper class that
corresponds to this primitive type.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.