Uses of Class
org.jomc.model.Implementation

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.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.