Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.JaxbNode

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

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

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core
 interface JaxbFile
          A JAXB Project contains JAXB files for all files in the project that are relevant to the JAXB spec.
 interface JaxbProject
          A JAXB project is associated with an Eclipse project (and its corresponding Java project).
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbNode
 JaxbNode JaxbNode.getParent()
          Return the JAXB node's parent.
 

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

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core.context
 interface Accessor
          Represents a JAXB accessor (field/property).
 interface JaxbAttributeMapping
          Represents a JAXB attribute mapping.
 interface JaxbAttributesContainer
          Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
 interface JaxbClassMapping
           
 interface JaxbContextNode
          Common protocol for JAXB objects that have a context, as opposed to resource objects.
 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 JaxbNode
 class AbstractQName
           
 

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

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core.context.java
 interface JavaClass
          Represents a java class with JAXB metadata (specified or implied).
 interface JavaClassMapping
           
 interface JavaEnum
          Represents a java enum with JAXB metadata (specified or implied).
 interface JavaEnumMapping
           
 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 JavaXmlSchema
           
 

Uses of JaxbNode in org.eclipse.jpt.jaxb.core.internal
 

Classes in org.eclipse.jpt.jaxb.core.internal that implement JaxbNode
 class org.eclipse.jpt.jaxb.core.internal.AbstractJaxbNode
           
 

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

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

Uses of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core
 interface ELJaxbProject
          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 JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context
 interface ELJaxbContextRoot
           
 interface ELJaxbPackage
           
 

Uses of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 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 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 JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 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<A extends EJavaAttribute>
           
 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 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
           
 interface OxmXmlEnum
           
 interface OxmXmlRootElement
           
 interface OxmXmlSchema
           
 interface OxmXmlSeeAlso
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.