Uses of Class
org.apache.cayenne.gen.ArtifactsGenerationMode

Packages that use ArtifactsGenerationMode
org.apache.cayenne.gen Contains classes that provide Java source generation facility. 
 

Uses of ArtifactsGenerationMode in org.apache.cayenne.gen
 

Fields in org.apache.cayenne.gen declared as ArtifactsGenerationMode
protected  ArtifactsGenerationMode ClassGenerationAction.artifactsGenerationMode
           
 

Methods in org.apache.cayenne.gen that return ArtifactsGenerationMode
static ArtifactsGenerationMode ArtifactsGenerationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArtifactsGenerationMode[] ArtifactsGenerationMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.