Uses of Class
javax.jdo.annotations.NullValue

Packages that use NullValue
javax.jdo.annotations   
javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. 
 

Uses of NullValue in javax.jdo.annotations
 

Methods in javax.jdo.annotations that return NullValue
static NullValue NullValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NullValue[] NullValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NullValue in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return NullValue
 NullValue MemberMetadata.getNullValue()
          Accessor for the behaviour of a null value
 

Methods in javax.jdo.metadata with parameters of type NullValue
 MemberMetadata MemberMetadata.setNullValue(NullValue val)
          Method to set the behaviour of a null value
 



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