|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Implementation | |
---|---|
org.jomc.model | Object management and configuration model classes. |
Uses of Implementation in org.jomc.model |
---|
Fields in org.jomc.model with type parameters of type Implementation | |
---|---|
protected List<Implementation> |
Implementations.implementation
|
Methods in org.jomc.model that return Implementation | |
---|---|
Implementation |
Implementation.clone()
Creates and returns a deep copy of this object. |
Implementation |
ObjectFactory.createImplementation()
Create an instance of Implementation |
Implementation |
InheritanceModel.Node.getClassDeclaration()
Gets the class declaration the node originates from. |
Implementation |
InheritanceModel.Node.getImplementation()
Gets the implementation the node originates from. |
Implementation |
Implementations.getImplementation(Class<?> implementation)
Gets an implementation for a given class from the list of implementations. |
Implementation |
Modules.getImplementation(Class<?> implementation)
Gets an implementation for a given class from the list of modules. |
Implementation |
Modules.getImplementation(Object object)
Gets an implementation for a given object from the list of modules. |
Implementation |
Implementations.getImplementation(String implementation)
Gets an implementation for a given identifier from the list of implementations. |
Implementation |
Modules.getImplementation(String implementation)
Gets an implementation for a given identifier from the list of modules. |
Implementation |
Modules.getImplementation(String specification,
String name)
Gets an implementation for a given name implementing a given specification from the list of modules. |
Implementation |
Implementations.getImplementationByName(String name)
Gets an implementation for a given name from the list of implementations. |
Methods in org.jomc.model that return types with arguments of type Implementation | |
---|---|
javax.xml.bind.JAXBElement<Implementation> |
ObjectFactory.createImplementation(Implementation value)
Create an instance of JAXBElement < Implementation > } |
InheritanceModel.Node<Implementation> |
InheritanceModel.Node.getDescendant()
Gets the direct descendant node of the node. |
List<Implementation> |
Implementations.getImplementation()
Gets the value of the implementation property. |
List<InheritanceModel.Node<Implementation>> |
InheritanceModel.Node.getPath()
Gets the path to the node. |
Set<InheritanceModel.Node<Implementation>> |
InheritanceModel.getSourceNodes(String implementation)
Gets a set holding source nodes of an implementation. |
Methods in org.jomc.model with parameters of type Implementation | |
---|---|
javax.xml.bind.JAXBElement<Implementation> |
ObjectFactory.createImplementation(Implementation value)
Create an instance of JAXBElement < Implementation > } |
Constructors in org.jomc.model with parameters of type Implementation | |
---|---|
Implementation(Implementation o)
Creates a new Implementation instance by deeply copying a given Implementation instance. |
|
InheritanceModel.Node(Implementation implementation,
Specification specification,
Implementation classDeclaration,
InheritanceModel.Node<Implementation> descendant,
T modelObject,
boolean finalNode,
boolean overrideNode)
Creates a new Node instance. |
Constructor parameters in org.jomc.model with type arguments of type Implementation | |
---|---|
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. |