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

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

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

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

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

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

Fields in org.eclipse.jpt.core.resource.orm with type parameters of type GenerationType
static java.util.List<GenerationType> GenerationType.VALUES
          A public read-only list of all the 'Generation Type' enumerators.
 

Methods in org.eclipse.jpt.core.resource.orm that return GenerationType
 GenerationType OrmFactory.createGenerationTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static GenerationType GenerationType.get(int value)
          Returns the 'Generation Type' literal with the specified integer value.
static GenerationType GenerationType.get(java.lang.String literal)
          Returns the 'Generation Type' literal with the specified literal value.
static GenerationType GenerationType.getByName(java.lang.String name)
          Returns the 'Generation Type' literal with the specified name.
 GenerationType XmlGeneratedValue.getStrategy()
          Returns the value of the 'Strategy' attribute.
 GenerationType XmlGeneratedValueImpl.getStrategy()
          Returns the value of the 'Strategy' attribute.
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.orm with parameters of type GenerationType
 void XmlGeneratedValue.setStrategy(GenerationType value)
          Sets the value of the 'Strategy' attribute.
 void XmlGeneratedValueImpl.setStrategy(GenerationType newStrategy)
          Sets the value of the 'Strategy' attribute.