|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InheritanceModel.Node | |
|---|---|
| org.jomc.model | Object management and configuration model classes. |
| Uses of InheritanceModel.Node in org.jomc.model |
|---|
| Methods in org.jomc.model that return InheritanceModel.Node | |
|---|---|
InheritanceModel.Node<Implementation> |
InheritanceModel.Node.getDescendant()
Gets the direct descendant node of the node. |
| Methods in org.jomc.model that return types with arguments of type InheritanceModel.Node | |
|---|---|
Set<InheritanceModel.Node<Dependency>> |
InheritanceModel.getDependencyNodes(String implementation,
String name)
Gets a set holding effective dependency nodes of an implementation. |
Set<InheritanceModel.Node<ImplementationReference>> |
InheritanceModel.getImplementationReferenceNodes(String implementation,
String identifier)
Gets a set holding effective implementation reference nodes of an implementation. |
Set<InheritanceModel.Node<javax.xml.bind.JAXBElement<?>>> |
InheritanceModel.getJaxbElementNodes(String implementation,
QName name)
Gets a set holding effective JAXB element nodes of an implementation. |
Set<InheritanceModel.Node<Message>> |
InheritanceModel.getMessageNodes(String implementation,
String name)
Gets a set holding effective message nodes of an implementation. |
Set<InheritanceModel.Node<T>> |
InheritanceModel.Node.getOverriddenNodes()
Gets a set of nodes overridden by the node. |
List<InheritanceModel.Node<Implementation>> |
InheritanceModel.Node.getPath()
Gets the path to the node. |
Set<InheritanceModel.Node<Property>> |
InheritanceModel.getPropertyNodes(String implementation,
String name)
Gets a set holding effective property nodes of an implementation. |
Set<InheritanceModel.Node<Implementation>> |
InheritanceModel.getSourceNodes(String implementation)
Gets a set holding source nodes of an implementation. |
Set<InheritanceModel.Node<SpecificationReference>> |
InheritanceModel.getSpecificationReferenceNodes(String implementation,
String identifier)
Gets a set holding effective specification reference nodes of an implementation. |
Set<InheritanceModel.Node<Element>> |
InheritanceModel.getXmlElementNodes(String implementation,
QName name)
Gets a set holding effective XML element nodes of an implementation. |
| Constructors in org.jomc.model with parameters of type InheritanceModel.Node | |
|---|---|
InheritanceModel.Node(Implementation implementation,
Specification specification,
Implementation classDeclaration,
InheritanceModel.Node<Implementation> descendant,
T modelObject,
boolean finalNode,
boolean overrideNode)
Creates a new Node instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |