org.eclipse.jpt.jaxb.core
Interface JaxbNode

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, Model
All Known Subinterfaces:
JavaContextNode, JaxbAttributeMapping, JaxbAttributesContainer, JaxbClass, JaxbContainmentMapping, JaxbContextNode, JaxbContextRoot, JaxbElementFactoryMethod, JaxbEnumConstant, JaxbFile, JaxbPackage, JaxbPackageInfo, JaxbPersistentAttribute, JaxbPersistentClass, JaxbPersistentEnum, JaxbPersistentField, JaxbPersistentProperty, JaxbPersistentType, JaxbProject, JaxbRegistry, JaxbTransientClass, JaxbType, XmlAccessOrderHolder, XmlAccessTypeHolder, XmlAdaptable, XmlAnyAttributeMapping, XmlAnyElementMapping, XmlAttachmentRef, XmlAttributeMapping, XmlElementMapping, XmlElementWrapper, XmlID, XmlIDREF, XmlJavaTypeAdapter, XmlList, XmlMixed, XmlNs, XmlRootElement, XmlSchema, XmlSchemaType, XmlSeeAlso, XmlValueMapping

public interface JaxbNode
extends Model, org.eclipse.core.runtime.IAdaptable, IResourcePart

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
Version:
3.0

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

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()