Uses of Class
org.eclipse.jpt.core.resource.java.GenerationType

Packages that use GenerationType
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.resource.java   
 

Uses of GenerationType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return GenerationType
static GenerationType GenerationType.toJavaResourceModel(GenerationType generationType)
           
 

Methods in org.eclipse.jpt.core.context with parameters of type GenerationType
static GenerationType GenerationType.fromJavaResourceModel(GenerationType javaGenerationType)
           
 

Uses of GenerationType in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java that return GenerationType
static GenerationType GenerationType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 GenerationType GeneratedValueAnnotation.getStrategy()
          Corresponds to the strategy element of the GeneratedValue annotation.
static GenerationType GenerationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenerationType[] GenerationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type GenerationType
 void GeneratedValueAnnotation.setStrategy(GenerationType strategy)
          Corresponds to the strategy element of the GeneratedValue annotation.
static java.lang.String GenerationType.toJavaAnnotationValue(GenerationType generationType)