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

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

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

Subclasses of PredefinedType in org.apache.jdo.impl.model.java
 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.
 

Fields in org.apache.jdo.impl.model.java declared as PredefinedType
static PredefinedType PredefinedType.objectType
          The JavaType instance for the class java.lang.Object.
static PredefinedType PredefinedType.voidType
          The JavaType instance for the type void.
static PredefinedType PredefinedType.abstractCollectionType
          The JavaType instance for the class java.util.AbstractCollection.
static PredefinedType PredefinedType.abstractSetType
          The JavaType instance for the class java.util.AbstractSet.
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.dictionaryType
          The JavaType instance for the class java.util.Dictionary.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.