Uses of Interface
org.eclipse.jpt.jaxb.core.context.java.JavaContextNode

Packages that use JavaContextNode
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
 

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

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JavaContextNode
 java.lang.Iterable<? extends JavaContextNode> JaxbProject.getPrimaryJavaNodes(org.eclipse.jdt.core.ICompilationUnit cu)
          Return all types/package infos that are primary context objects for the given compilation unit
 

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

Subinterfaces of JavaContextNode in org.eclipse.jpt.jaxb.core.context
 interface JaxbAttributeMapping
          Represents a JAXB attribute mapping.
 interface JaxbAttributesContainer
          Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
 interface JaxbClass
          Represents a JAXB class.
 interface JaxbContainmentMapping
          Represents a JAXB containment mappings (xml element/attribute)
 interface JaxbPackageInfo
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbPersistentAttribute
          Represents a JAXB attribute (field/property).
 interface JaxbPersistentClass
          Represents a JAXB persistent class.
 interface JaxbPersistentEnum
          Represents a JAXB persistent enum.
 interface JaxbPersistentField
          Represents a JAXB field.
 interface JaxbPersistentProperty
          Represents a JAXB property (getter/setter pair)
 interface JaxbPersistentType
          Represents a JAXB persistent type (class or enum).
 interface JaxbRegistry
          Represents a JAXB registry (A class with an explicit @XmlRegistry annotation)
 interface JaxbTransientClass
          Represents a transient JAXB type (A class with an explicit @XmlTransient annotation)
 interface JaxbType
          Represents a java class (or enum or interface) with JAXB metadata (specified or implied).
 interface XmlAdaptable
           
 interface XmlAnyAttributeMapping
          Represents a JAXB xml any attribute mapping (@XmlAnyAttribute)
 interface XmlAnyElementMapping
          Represents a JAXB xml any element mapping (@XmlAnyElement)
 interface XmlAttachmentRef
          Represents a JAXB XmlAttachmentRef
 interface XmlAttributeMapping
          Represents a JAXB xml attribute mapping (@XmlAttribute)
 interface XmlElementMapping
          Represents a JAXB xml element mapping (@XmlElement)
 interface XmlElementWrapper
          Represents a JAXB XML element wrapper
 interface XmlID
          Represents a JAXB XmlID
 interface XmlIDREF
          Represents a JAXB XmlIDREF
 interface 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 XmlList
          Represents a JAXB XML list
 interface XmlMixed
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlRootElement
          Represents a JAXB xml root element.
 interface XmlSchema
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSchemaType
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSeeAlso
          Maintains a list of classes (class names here) to be added to the JAXB context.
 interface XmlValueMapping
          Represents a JAXB xml value mapping (@XmlValue)