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

Packages that use JaxbPersistentAttribute
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.core.platform   
 

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

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbPersistentAttribute
 JaxbAttributeMapping JaxbFactory.buildJavaNullAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlAnyAttributeMapping JaxbFactory.buildJavaXmlAnyAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlAnyElementMapping JaxbFactory.buildJavaXmlAnyElementMapping(JaxbPersistentAttribute parent)
           
 XmlAttributeMapping JaxbFactory.buildJavaXmlAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlElementMapping JaxbFactory.buildJavaXmlElementMapping(JaxbPersistentAttribute parent)
           
 JaxbAttributeMapping JaxbFactory.buildJavaXmlTransientMapping(JaxbPersistentAttribute parent)
           
 XmlValueMapping JaxbFactory.buildJavaXmlValueMapping(JaxbPersistentAttribute parent)
           
 

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

Subinterfaces of JaxbPersistentAttribute in org.eclipse.jpt.jaxb.core.context
 interface JaxbPersistentField
          Represents a JAXB field.
 interface JaxbPersistentProperty
          Represents a JAXB property (getter/setter pair)
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbPersistentAttribute
 JaxbPersistentAttribute JaxbAttributeMapping.getParent()
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type JaxbPersistentAttribute
 java.lang.Iterable<JaxbPersistentAttribute> JaxbPersistentClass.getAttributes()
          attributes
 java.lang.Iterable<JaxbPersistentAttribute> JaxbAttributesContainer.getAttributes()
          attributes
 java.lang.Iterable<JaxbPersistentAttribute> JaxbPersistentClass.getInheritedAttributes()
          Inherited attributes come from any superclasses that are mapped as @XmlTransient.
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type JaxbPersistentAttribute
 void JaxbAttributesContainer.Owner.fireAttributeAdded(JaxbPersistentAttribute attribute)
          fire property change event for the added attribute
 void JaxbAttributesContainer.Owner.fireAttributeRemoved(JaxbPersistentAttribute attribute)
          fire property change event for the removed attribute
 java.lang.String JaxbPersistentClass.getJavaResourceAttributeOwningTypeName(JaxbPersistentAttribute attribute)
          Only ask this of inherited persistent attributes.
 boolean JaxbPersistentClass.isInherited(JaxbPersistentAttribute attribute)
          Return true if the given attribute is one of the inherited attributes.
 

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

Methods in org.eclipse.jpt.jaxb.core.context.java with parameters of type JaxbPersistentAttribute
 JaxbAttributeMapping JavaAttributeMappingDefinition.buildMapping(JaxbPersistentAttribute attribute, JaxbFactory factory)
          Build a Java attribute mapping for the specified attribute.
 boolean DefaultJavaAttributeMappingDefinition.isDefault(JaxbPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given JaxbPersistentAttribute in the default (ignoring all mapping annotations) case.
 boolean JavaAttributeMappingDefinition.isSpecified(JaxbPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given PersistentAttribute in the specified (observing all mapping annotations) case.
 

Uses of JaxbPersistentAttribute in org.eclipse.jpt.jaxb.core.platform
 

Methods in org.eclipse.jpt.jaxb.core.platform with parameters of type JaxbPersistentAttribute
 JavaAttributeMappingDefinition JaxbPlatform.getSpecifiedJavaAttributeMappingDefinition(JaxbPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.