Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.resource.java.JavaResourceAnnotatedElement

Packages that use JavaResourceAnnotatedElement
org.eclipse.jpt.common.core   
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.common.core
 

Methods in org.eclipse.jpt.common.core with parameters of type JavaResourceAnnotatedElement
 Annotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName)
          Build an annotation with the specified name.
 NestableAnnotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName, int index)
          Build a nestable annotation with the specified name and index.
 Annotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, IAnnotation jdtAnnotation)
          Build an annotation for the specified JDT annotation.
 NestableAnnotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, IAnnotation jdtAnnotation, int index)
          Build a nestable annotation for the specified JDT annotation and index.
 Annotation AnnotationProvider.buildNullAnnotation(JavaResourceAnnotatedElement parent, String annotationName)
          Build a null annotation with the specified name.
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.common.core.resource.java
 

Subinterfaces of JavaResourceAnnotatedElement in org.eclipse.jpt.common.core.resource.java
 interface JavaResourceAbstractType
          Java source code or binary type.
 interface JavaResourceAttribute
          Java source code or binary attribute (field/method) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourceEnum
          Java source code or binary enum.
 interface JavaResourceEnumConstant
          Java source code or binary enum constant Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourceField
          Java source code or binary field Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourceMember
          Java source code or binary persistent member.
 interface JavaResourceMethod
          Java source code or binary method Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourcePackage
           
 interface JavaResourceType
          Java source code or binary class or interface.
 

Fields in org.eclipse.jpt.common.core.resource.java with type parameters of type JavaResourceAnnotatedElement
static org.eclipse.jpt.common.utility.predicate.Predicate<JavaResourceAnnotatedElement> JavaResourceAnnotatedElement.IS_ANNOTATED
           
 

Methods in org.eclipse.jpt.common.core.resource.java with parameters of type JavaResourceAnnotatedElement
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement)
          Build and return an annotation for the specified annotated element.
 NestableAnnotation NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement, int index)
          Build and return an annotation for the specified annotated element.
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, IAnnotation jdtAnnotation)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 NestableAnnotation NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, IAnnotation jdtAnnotation, int index)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 Annotation AnnotationDefinition.buildNullAnnotation(JavaResourceAnnotatedElement parent)
          Build and return a "null" annotation for the specified annotated element.
 boolean JavaResourceAnnotatedElement.IsAnnotated.evaluate(JavaResourceAnnotatedElement element)
           
 boolean JavaResourceAnnotatedElement.IsAnnotatedWithAnyOf.evaluate(JavaResourceAnnotatedElement element)
           
 boolean JavaResourceAnnotatedElement.AstNodeTypeEquals.evaluate(JavaResourceAnnotatedElement element)
           
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaResourceAnnotatedElement
 JavaResourceAnnotatedElement JavaQueryContainer.Parent.getResourceAnnotatedElement()
          Return the element that is annotated with queries.
 JavaResourceAnnotatedElement JavaGeneratorContainer.Parent.getResourceAnnotatedElement()
          Return the element that is annotated with generators.
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.java that return JavaResourceAnnotatedElement
 JavaResourceAnnotatedElement EclipseLinkJavaConverterContainer.Parent.getJavaResourceAnnotatedElement()
          Return the element that is annotated with converters.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.