Uses of Class
org.eclipse.jpt.core.context.InheritanceType

Packages that use InheritanceType
org.eclipse.jpt.core.context   
 

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

Methods in org.eclipse.jpt.core.context that return InheritanceType
static InheritanceType InheritanceType.fromJavaResourceModel(InheritanceType javaInheritanceType)
           
static InheritanceType InheritanceType.fromOrmResourceModel(InheritanceType ormInheritanceType)
           
 InheritanceType Entity.getDefaultInheritanceStrategy()
           
 InheritanceType Entity.getInheritanceStrategy()
           
 InheritanceType Entity.getSpecifiedInheritanceStrategy()
           
static InheritanceType InheritanceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.core.context with parameters of type InheritanceType
 void Entity.setSpecifiedInheritanceStrategy(InheritanceType newInheritanceType)
           
static InheritanceType InheritanceType.toJavaResourceModel(InheritanceType inheritanceType)
           
static InheritanceType InheritanceType.toOrmResourceModel(InheritanceType inheritanceType)