Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core
Interface JaxbNode

All Superinterfaces:
IAdaptable, Model
All Known Subinterfaces:
Accessor, ELClassMapping, ELJaxbContextRoot, ELJaxbPackage, ELJaxbProject, ELXmlAnyAttributeMapping, ELXmlAnyElementMapping, ELXmlAttributeMapping, ELXmlCDATA, ELXmlDiscriminatorNode, ELXmlElementMapping, ELXmlElementsMapping, ELXmlInverseReferenceMapping, ELXmlJoinNode, ELXmlJoinNodesMapping, ELXmlKey, ELXmlNamedNodeMapping, ELXmlPath, ELXmlValueMapping, JavaAttributeMapping, JavaClass, JavaClassMapping, JavaEnum, JavaEnumMapping, JavaPersistentAttribute, JavaType, JavaTypeMapping, JavaXmlAnyAttributeMapping, JavaXmlAnyElementMapping, JavaXmlAttributeMapping, JavaXmlElementMapping, JavaXmlElementRefMapping, JavaXmlElementRefsMapping, JavaXmlElementsMapping, JavaXmlSchema, JavaXmlValueMapping, JaxbAttributeMapping, JaxbAttributesContainer<A>, JaxbClassMapping, JaxbContextNode, JaxbContextRoot, JaxbElementFactoryMethod, JaxbEnumConstant, JaxbEnumMapping, JaxbFile, JaxbPackage, JaxbPackageInfo, JaxbPersistentAttribute, JaxbProject, JaxbQName, JaxbTypeMapping, OxmAttributeMapping<A>, OxmFile, OxmJavaAttribute, OxmJavaType, OxmTypeMapping, OxmXmlAnyAttribute, OxmXmlAnyElement, OxmXmlAttribute, OxmXmlBindings, OxmXmlElement, OxmXmlElementRef, OxmXmlElementRefs, OxmXmlElements, OxmXmlEnum, OxmXmlInverseReference, OxmXmlJavaTypeAdapterXmlElement, OxmXmlJoinNodes, OxmXmlRootElement, OxmXmlSchema, OxmXmlSeeAlso, OxmXmlTransformation, OxmXmlTransient, OxmXmlValue, XmlAccessOrderHolder, XmlAccessTypeHolder, XmlAdaptable, XmlAdaptableMapping, XmlAdapter, XmlAnyAttributeMapping, XmlAnyElementMapping, XmlAttachmentRef, XmlAttributeMapping, XmlElement, XmlElementMapping, XmlElementRef, XmlElementRefMapping, XmlElementRefs, XmlElementRefsMapping, XmlElementsMapping, XmlElementWrapper, XmlID, XmlIDREF, XmlJavaTypeAdapter, XmlMixed, XmlNamedNodeMapping, XmlNodeMapping, XmlNs, XmlRegistry, XmlRootElement, XmlSchema, XmlSchemaType, XmlSeeAlso, XmlValueMapping
All Known Implementing Classes:
org.eclipse.jpt.jaxb.core.internal.context.AbstractJaxbContextNode, org.eclipse.jpt.jaxb.core.internal.AbstractJaxbNode, AbstractQName

public interface JaxbNode
extends Model, IAdaptable

JAXB-specific protocol. All JAXB objects belong to a JAXB project, are associated with a resource, and have a parent (excepting the JAXB project). Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0

Method Summary
 JaxbProject getJaxbProject()
          Return the JAXB project the node belongs to.
 JaxbNode getParent()
          Return the JAXB node's parent.
 IResource getResource()
          Return the node's resource, typically for validation messages.
 void stateChanged()
           
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getJaxbProject

JaxbProject getJaxbProject()
Return the JAXB project the node belongs to.


getParent

JaxbNode getParent()
Return the JAXB node's parent. The JAXB project will not have a parent.


stateChanged

void stateChanged()

getResource

IResource getResource()
Return the node's resource, typically for validation messages.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.