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 Instance.specifications
           
protected  Specifications Module.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 Instance.getSpecifications()
          Specifications implemented by this instance or null.
 Specifications Module.getSpecifications()
          Specifications of this module or null.
 Specifications Modules.getSpecifications()
          Gets all specifications declared in this list of modules.
 Specifications Modules.getSpecifications(String implementation)
          Gets all specifications an implementation implements from this 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 Instance.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void Module.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-2009 The JOMC Project. All Rights Reserved.