Dali Provisional API
Release 3.2

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

Packages that use JaxbContextNode
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.core.internal.context   
org.eclipse.jpt.jaxb.eclipselink.core.context   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
 

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

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

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

Subinterfaces of JaxbContextNode in org.eclipse.jpt.jaxb.core.context
 interface Accessor
          Represents a JAXB accessor (field/property).
 interface JaxbAttributeMapping
          Represents a JAXB attribute mapping.
 interface JaxbAttributesContainer<A extends JaxbPersistentAttribute>
          Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
 interface JaxbClassMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbContextRoot
          Root of the JAXB context model.
 interface JaxbElementFactoryMethod
          Represents a JAXB element factory method (A method inside an object factory (@XmlRegistry) with an explicit @XmlElementDecl annotation) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbEnumConstant
          Represents a JAXB enum constant.
 interface JaxbEnumMapping
          Represents mapping metadata on an enum (specified or implied).
 interface JaxbPackage
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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 JaxbQName
          Represents a namespace, name pairing Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbTypeMapping
          Represents mapping metadata on a JavaType (specified or implied).
 interface XmlAccessOrderHolder
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAccessTypeHolder
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAdaptable
           
 interface XmlAdaptableMapping
          Represents an attribute mapping that may also have an 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 XmlAdapter
          Represents a java class used as an XmlAdapter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAnyAttributeMapping
          Represents a JAXB xml any attribute mapping (@XmlAnyAttribute) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAnyElementMapping
          Represents a JAXB xml any element mapping (@XmlAnyElement) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAttachmentRef
          Represents a JAXB XmlAttachmentRef Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAttributeMapping
          Represents a JAXB xml attribute mapping (@XmlAttribute) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElement
          Represents an @XmlElement, whether at top level or nested in @XmlElements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementMapping
          Represents a JAXB xml element mapping (@XmlElement) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRef
          Represents an @XmlElementRef, whether at top level or nested in @XmlElementRefs Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefMapping
          Represents a JAXB xml element ref mapping (@XmlElementRef) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefs
           
 interface XmlElementRefsMapping
          Represents a JAXB xml element refs mapping (@XmlElementRefs) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementsMapping
          Represents a JAXB xml elements mapping (@XmlElements) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementWrapper
          Represents a JAXB XML element wrapper Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlID
          Represents a JAXB XML ID (@XmlID) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlIDREF
          Represents a JAXB XML ID ref (@XmlIDREF) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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 XmlMixed
          Represents the @XmlMixed JAXB annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNamedNodeMapping
          Common interface for XmlElementMapping and XmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNodeMapping
          Common interface for XmlElementMapping, XmlAttributeMapping, and XmlValueMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNs
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlRegistry
          Represents a JAXB registry (A class with an explicit @XmlRegistry annotation) 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) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.jpt.jaxb.core.context that implement JaxbContextNode
 class AbstractQName
           
 

Constructors in org.eclipse.jpt.jaxb.core.context with parameters of type JaxbContextNode
AbstractQName(JaxbContextNode parent, AbstractQName.ResourceProxy proxy)
           
 

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

Subinterfaces of JaxbContextNode in org.eclipse.jpt.jaxb.core.context.java
 interface JavaAttributeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaClass
          Represents a java class with JAXB metadata (specified or implied).
 interface JavaClassMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEnum
          Represents a java enum with JAXB metadata (specified or implied).
 interface JavaEnumMapping
           
 interface JavaPersistentAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaType
          Represents a java class (or enum or interface) with JAXB metadata (specified or implied).
 interface JavaTypeMapping
          Represents mapping metadata on a JavaType (specified or implied).
 interface JavaXmlAnyAttributeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlAnyElementMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlAttributeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlElementMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlElementRefMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlElementRefsMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlElementsMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaXmlSchema
           
 interface JavaXmlValueMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JaxbContextNode in org.eclipse.jpt.jaxb.core.internal.context
 

Classes in org.eclipse.jpt.jaxb.core.internal.context that implement JaxbContextNode
 class org.eclipse.jpt.jaxb.core.internal.context.AbstractJaxbContextNode
           
 

Uses of JaxbContextNode in org.eclipse.jpt.jaxb.eclipselink.core.context
 

Subinterfaces of JaxbContextNode in org.eclipse.jpt.jaxb.eclipselink.core.context
 interface ELClassMapping
          Oxm extensions to JaxbClassMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELJaxbContextRoot
           
 interface ELJaxbPackage
           
 interface ELXmlAnyAttributeMapping
          Oxm extensions to XmlAnyAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlAnyElementMapping
          Oxm extensions to XmlAnyElementMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlAttributeMapping
          Oxm extensions to XmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlCDATA
          Corresponds to the XmlCDATA annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlDiscriminatorNode
          Corresponds to XmlDiscriminatorNode annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlElementMapping
          Oxm extensions to XmlElementMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlElementsMapping
          Oxm extensions to XmlElementsMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlInverseReferenceMapping
          Represents an Oxm XmlInverseReference attribute mapping in either java annotations or oxm file.
 interface ELXmlJoinNode
          Represents an @XmlJoinNode, whether at top level or nested in @XmlJoinNodes Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlJoinNodesMapping
          Represents an Oxm XmlJoinNodes attribute mapping in either java annotations or oxm file.
 interface ELXmlKey
          Corresponds to the XmlKey annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlNamedNodeMapping
          Common interface for ELXmlElementMapping and ELXmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlPath
          Corresponds to the XmlPath annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlValueMapping
           
 

Uses of JaxbContextNode in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 

Subinterfaces of JaxbContextNode in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 interface OxmAttributeMapping<A extends EJavaAttribute>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmFile
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmJavaAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmJavaType
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlAnyAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlAnyElement
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlBindings
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlElement
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlElementRef
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlElementRefs
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlElements
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlEnum
           
 interface OxmXmlInverseReference
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlJavaTypeAdapterXmlElement
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlJoinNodes
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlRootElement
           
 interface OxmXmlSchema
           
 interface OxmXmlSeeAlso
           
 interface OxmXmlTransformation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlTransient
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlValue
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.