|
||||||||||
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 |
Implementations.getImplementation(Class implementation)
Gets an implementation for a given class from the list. |
Implementation |
Modules.getImplementation(Class implementation)
Gets an implementation for a given class from this list of modules. |
Implementation |
Modules.getImplementation(Object object)
Gets an implementation for a given object from this list of modules. |
Implementation |
Implementations.getImplementation(String implementation)
Gets an implementation for a given identifier from the list. |
Implementation |
Modules.getImplementation(String implementation)
Gets an implementation for a given identifier from this list of modules. |
Implementation |
Modules.getImplementation(String specification,
String name)
Gets an implementation for a given name implementing a given specification from this list of modules. |
Implementation |
Implementations.getImplementationByName(String name)
Gets an implementation for a given name from the list. |
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 > } |
List<Implementation> |
Implementations.getImplementation()
Gets the value of the implementation property. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |