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

Packages that use NestableAnnotation
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.resource.java   
 

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

Methods in org.eclipse.jpt.jaxb.core that return NestableAnnotation
 NestableAnnotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, java.lang.String annotationName, int index)
          Build a nestable annotation with the specified name and index.
 

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

Subinterfaces of NestableAnnotation in org.eclipse.jpt.jaxb.core.resource.java
 interface XmlElementAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElement Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElementRef Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlJavaTypeAdapterAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNsAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlNs Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSchemaTypeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlSchemaType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return NestableAnnotation
 NestableAnnotation JavaResourceAnnotatedElement.addAnnotation(int index, java.lang.String nestableAnnotationName)
          Add a new nestable annotation with the specified name.
 NestableAnnotation NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement, int index)
          Build and return an annotation for the specified annotated element.
 NestableAnnotation JavaResourceAnnotatedElement.getAnnotation(int index, java.lang.String nestableAnnotationName)
          Return the nestable annotation at the specified index with the specified name.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return types with arguments of type NestableAnnotation
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<? extends NestableAnnotation> JavaResourceAnnotatedElement.getAnnotations(java.lang.String nestableAnnotationName)
          Return the nestable annotations with the specified name in the order that they appear.