|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
InheritanceType |
InheritanceType.getJavaInheritanceType()
|
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()
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're declared. |
| Methods in org.eclipse.jpt.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||