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

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

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

Fields in org.apache.jdo.impl.model.java declared as IntegralType
static IntegralType PredefinedType.byteType
          The JavaType instance for the integral type byte.
static IntegralType PredefinedType.shortType
          The JavaType instance for the integral type short.
static IntegralType PredefinedType.intType
          The JavaType instance for the integral type int.
static IntegralType PredefinedType.longType
          The JavaType instance for the integral type long.
static IntegralType PredefinedType.charType
          The JavaType instance for the integral type char.
 



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