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 | Class and Description |
---|---|
class |
FloatingPointType
A FloatingPointType instance represents a floating point type as defined
in the Java language.
|
class |
IntegralType
A IntegralType instance represents an integral type as defined in the
Java language.
|
class |
JDOSupportedCollectionType
A JDOSupportedCollectionType instance represents a JDO supported
collection type.
|
class |
JDOSupportedMapType
A JDOSupportedMapType instance represents a JDO supported map type.
|
class |
MutableValueClassType
A MutableValueClassType instance represents a mutable class whoses
values may be treated as values rather than refernces during
storing.
|
class |
PrimitiveType
A PrimitiveType instance represents a primitive type as defined in the
Java language.
|
class |
ValueClassType
A ValueClassType instance represents a class whoses values may be treated
as values rather than refernces during storing.
|
class |
WrapperClassType
A WrapperClassType instance represents a Java wrapper class type.
|
Modifier and Type | Field and Description |
---|---|
static PredefinedType |
PredefinedType.abstractCollectionType
The JavaType instance for the class java.util.AbstractCollection.
|
static PredefinedType |
PredefinedType.abstractListType
The JavaType instance for the class java.util.AbstractList.
|
static PredefinedType |
PredefinedType.abstractMapType
The JavaType instance for the class java.util.AbstractMap.
|
static PredefinedType |
PredefinedType.abstractSetType
The JavaType instance for the class java.util.AbstractSet.
|
static PredefinedType |
PredefinedType.dictionaryType
The JavaType instance for the class java.util.Dictionary.
|
static PredefinedType |
PredefinedType.objectType
The JavaType instance for the class java.lang.Object.
|
static PredefinedType |
PredefinedType.voidType
The JavaType instance for the type void.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.