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 Instance.specifications
           
protected  Specifications Module.specifications
           
protected  Specifications Implementation.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 Instance.getSpecifications()
          Specifications of 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 Implementation.getSpecifications()
          References to specifications implemented by this implementation or null.
 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
 JAXBElement<Specifications> ObjectFactory.createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 

Methods in org.jomc.model with parameters of type Specifications
(package private)  void Modules.collectSpecifications(Implementation implementation, Specifications specifications, Implementations seen, boolean includeDeclared)
           
 JAXBElement<Specifications> ObjectFactory.createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
private  void DefaultModelManager.resolveClasspath(Modules modules, Specifications references, Module cpModule)
           
 void Instance.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void Module.setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void Implementation.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 instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.