Uses of Interface
org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping

Packages that use JaxbAttributeMapping
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
 

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

Methods in org.eclipse.jpt.jaxb.core that return JaxbAttributeMapping
 JaxbAttributeMapping JaxbFactory.buildJavaNullAttributeMapping(JaxbPersistentAttribute parent)
           
 JaxbAttributeMapping JaxbFactory.buildJavaXmlTransientMapping(JaxbPersistentAttribute parent)
           
 

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

Subinterfaces of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core.context
 interface JaxbContainmentMapping
          Represents a JAXB containment mappings (xml element/attribute)
 interface XmlAnyAttributeMapping
          Represents a JAXB xml any attribute mapping (@XmlAnyAttribute)
 interface XmlAnyElementMapping
          Represents a JAXB xml any element mapping (@XmlAnyElement)
 interface XmlAttributeMapping
          Represents a JAXB xml attribute mapping (@XmlAttribute)
 interface XmlElementMapping
          Represents a JAXB xml element mapping (@XmlElement)
 interface XmlValueMapping
          Represents a JAXB xml value mapping (@XmlValue)
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbAttributeMapping
 JaxbAttributeMapping JaxbPersistentAttribute.getMapping()
          Return the attribute's mapping.
 JaxbAttributeMapping JaxbPersistentAttribute.setMappingKey(java.lang.String key)
          Set the attribute's mapping.
 

Uses of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return JaxbAttributeMapping
 JaxbAttributeMapping JavaAttributeMappingDefinition.buildMapping(JaxbPersistentAttribute attribute, JaxbFactory factory)
          Build a Java attribute mapping for the specified attribute.