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

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

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

Methods in org.eclipse.jpt.jaxb.core.resource.java that return XmlElementRefAnnotation
 XmlElementRefAnnotation XmlElementRefsAnnotation.addXmlElementRef(int index)
          Corresponds to the 'value' element of the XmlElementRefs annotation.
 XmlElementRefAnnotation XmlElementRefsAnnotation.xmlElementRefAt(int index)
          Corresponds to the 'value' element of the XmlElementRefs annotation.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return types with arguments of type XmlElementRefAnnotation
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<XmlElementRefAnnotation> XmlElementRefsAnnotation.getXmlElementRefs()
          Corresponds to the 'value' element of the XmlElementRefs annotation.