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

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

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

Subclasses of ValueClassType in org.apache.jdo.impl.model.java
 class MutableValueClassType
          A MutableValueClassType instance represents a mutable 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 ValueClassType
static ValueClassType PredefinedType.bigDecimalType
          The JavaType instance for the class java.math.BigDecimal.
static ValueClassType PredefinedType.bigIntegerType
          The JavaType instance for the class java.math.BigInteger.
static ValueClassType PredefinedType.localeType
          The JavaType instance for the class java.lang.Locale.
static ValueClassType PredefinedType.numberType
          The JavaType instance for the class java.lang.Numer.
static ValueClassType PredefinedType.stringType
          The JavaType instance for the class java.lang.String.
 



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