|
||||||||||
| 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. |
private Implementation |
DefaultModelManager.collectImplementation(Modules modules,
Class clazz)
|
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. |
private Implementation |
DefaultModelManager.getImplementation(Modules modules,
Object object)
Gets the implementation of an object. |
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 | |
|---|---|
JAXBElement<Implementation> |
ObjectFactory.createImplementation(Implementation value)
Create an instance of JAXBElement<Implementation>} |
List<Implementation> |
Implementations.getImplementation()
Gets the value of the implementation property. |
| Method parameters in org.jomc.model with type arguments of type Implementation | |
|---|---|
private static void |
Implementations.copyImplementation(List<Implementation> source,
List<Implementation> target)
Copies all values of property Implementation deeply. |
private static void |
Implementations.copyImplementation(List<Implementation> source,
List<Implementation> target)
Copies all values of property Implementation deeply. |
| Constructors in org.jomc.model with parameters of type Implementation | |
|---|---|
Implementation(Implementation o)
Creates a new Implementation instance by deeply copying a given instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||