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

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

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

Subclasses of PrimitiveType 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.
 

Fields in org.apache.jdo.impl.model.java declared as PrimitiveType
static PrimitiveType PredefinedType.booleanType
          The JavaType instance for the primitive type boolean.
 

Methods in org.apache.jdo.impl.model.java that return PrimitiveType
 PrimitiveType WrapperClassType.getWrappedPrimitiveType()
           
 



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