Uses of Class
javax.jdo.annotations.InheritanceStrategy

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

Uses of InheritanceStrategy in javax.jdo.annotations
 

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

Uses of InheritanceStrategy in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return InheritanceStrategy
 InheritanceStrategy InheritanceMetadata.getStrategy()
          Accessor for the inheritance strategy.
 

Methods in javax.jdo.metadata with parameters of type InheritanceStrategy
 InheritanceMetadata InheritanceMetadata.setStrategy(InheritanceStrategy strategy)
          Method to set the inheritance strategy.
 



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