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

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

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

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

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

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

Methods in org.eclipse.jpt.core.resource.java that return InheritanceType
static InheritanceType InheritanceType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 InheritanceType InheritanceAnnotation.getStrategy()
           
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.resource.java with parameters of type InheritanceType
 void InheritanceAnnotation.setStrategy(InheritanceType strategy)
           
static java.lang.String InheritanceType.toJavaAnnotationValue(InheritanceType inheritanceType)