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

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

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

Methods in org.eclipse.jpt.jaxb.core.resource.java that return XmlElementAnnotation
 XmlElementAnnotation XmlElementsAnnotation.addXmlElement(int index)
          Corresponds to the 'value' element of the XmlElements annotation.
 XmlElementAnnotation XmlElementsAnnotation.xmlElementAt(int index)
          Corresponds to the 'value' element of the XmlElements annotation.
 

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