Uses of Class
org.jomc.model.Specifications

Packages that use Specifications
org.jomc.model Object management and configuration model classes. 
 

Uses of Specifications in org.jomc.model
 

Fields in org.jomc.model declared as Specifications
protected  Specifications Implementation.specifications
           
protected  Specifications Module.specifications
           
protected  Specifications Instance.specifications
           
 

Methods in org.jomc.model that return Specifications
 Specifications Specifications.clone()
          Creates and returns a deep copy of this object.
 Specifications ObjectFactory.createSpecifications()
          Create an instance of Specifications
 Specifications Implementation.getSpecifications()
          References to specifications implemented by this implementation or null.
 Specifications Module.getSpecifications()
          Specifications of this module or null.
 Specifications Modules.getSpecifications()
          Gets all specifications of the list of modules.
 Specifications Instance.getSpecifications()
          Specifications implemented by this instance or null.
 Specifications Modules.getSpecifications(String implementation)
          Gets all specifications an implementation implements from the list of modules.
 

Methods in org.jomc.model that return types with arguments of type Specifications
 javax.xml.bind.JAXBElement<Specifications> ObjectFactory.createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 

Methods in org.jomc.model with parameters of type Specifications
 javax.xml.bind.JAXBElement<Specifications> ObjectFactory.createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 void Implementation.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void Module.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void Instance.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 

Constructors in org.jomc.model with parameters of type Specifications
Specifications(Specifications o)
          Creates a new Specifications instance by deeply copying a given Specifications 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.