Uses of Class
org.eclipse.jpt.jpa.core.resource.java.InheritanceType

Packages that use InheritanceType
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return InheritanceType
 InheritanceType InheritanceType.getJavaInheritanceType()
           
static InheritanceType InheritanceType.toJavaResourceModel(InheritanceType inheritanceType)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type InheritanceType
static InheritanceType InheritanceType.fromJavaResourceModel(InheritanceType javaInheritanceType)
           
 

Uses of InheritanceType in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return InheritanceType
static InheritanceType InheritanceType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 InheritanceType InheritanceAnnotation.getStrategy()
          Corresponds to the 'strategy' element of the Inheritance annotation.
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 are declared.
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type InheritanceType
 void InheritanceAnnotation.setStrategy(InheritanceType strategy)
          Corresponds to the 'strategy' element of the Inheritance annotation.
static java.lang.String InheritanceType.toJavaAnnotationValue(InheritanceType inheritanceType)