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

Packages that use JavaResourceAnnotatedElement
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.resource.java   
 

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

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

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return JavaResourceAnnotatedElement
 JavaResourceAnnotatedElement XmlAdaptable.Owner.getResource()
           
 

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

Subinterfaces of JavaResourceAnnotatedElement in org.eclipse.jpt.jaxb.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.
 

Methods in org.eclipse.jpt.jaxb.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 NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          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.