Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected Specifications |
Module.specifications |
protected Specifications |
Instance.specifications |
protected Specifications |
Implementation.specifications |
Modifier and Type | Method and Description |
---|---|
Specifications |
Specifications.clone()
Creates and returns a deep copy of this object.
|
Specifications |
ObjectFactory.createSpecifications()
Create an instance of
Specifications |
Specifications |
Modules.getSpecifications()
Gets all specifications of the list of modules.
|
Specifications |
Module.getSpecifications()
Specifications of this module or
null . |
Specifications |
Instance.getSpecifications()
Specifications implemented by this instance or
null . |
Specifications |
Implementation.getSpecifications()
References to specifications implemented by this implementation or
null . |
Specifications |
Modules.getSpecifications(String implementation)
Gets all specifications an implementation implements from the list of modules.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Specifications> |
ObjectFactory.createSpecifications(Specifications value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Specifications> |
ObjectFactory.createSpecifications(Specifications value)
|
void |
Module.setSpecifications(Specifications value)
Sets the value of the specifications property.
|
void |
Instance.setSpecifications(Specifications value)
Sets the value of the specifications property.
|
void |
Implementation.setSpecifications(Specifications value)
Sets the value of the specifications property.
|
Constructor and Description |
---|
Specifications(Specifications o)
Creates a new
Specifications instance by deeply copying a given Specifications instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.