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 Implementation.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 Instance.getSpecifications()
          Specifications of this instance.
 Specifications Implementation.getSpecifications()
          Specifications implemented by this implementation.
 Specifications Module.getSpecifications()
          Specifications defined in this module.
 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
 JAXBElement<Specifications> ObjectFactory.createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 

Methods in org.jomc.model with parameters of type Specifications
private  void Modules.collectSpecifications(String implementation, Specifications specifications)
           
 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 Implementation.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 instance.
 



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