Uses of Class
org.jomc.model.Specification

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

Uses of Specification in org.jomc.model
 

Fields in org.jomc.model with type parameters of type Specification
protected  List<Specification> Specifications.specification
           
 

Methods in org.jomc.model that return Specification
 Specification Specification.clone()
          Creates and returns a deep copy of this object.
 Specification ObjectFactory.createSpecification()
          Create an instance of Specification
 Specification Modules.getSpecification(Class specification)
          Gets a specification for a given class from this list of modules.
 Specification Specifications.getSpecification(Class specification)
          Gets a specification for a given class from the list of specifications.
 Specification Modules.getSpecification(String specification)
          Gets a specification for a given identifier from this list of modules.
 Specification Specifications.getSpecification(String specification)
          Gets a specification for a given identifier from the list of specifications.
 

Methods in org.jomc.model that return types with arguments of type Specification
 JAXBElement<Specification> ObjectFactory.createSpecification(Specification value)
          Create an instance of JAXBElement<Specification>}
 List<Specification> Specifications.getSpecification()
          Gets the value of the specification property.
 

Methods in org.jomc.model with parameters of type Specification
 JAXBElement<Specification> ObjectFactory.createSpecification(Specification value)
          Create an instance of JAXBElement<Specification>}
 Object DefaultModelManager.getObject(Modules modules, Specification specification, Instance instance)
           
 Object ModelManager.getObject(Modules modules, Specification specification, Instance instance)
          Gets the object of an instance.
private  ModelException.Detail DefaultModelManager.newDependencyPropertiesOverrideConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency, Specification specification, Property property)
           
private  ModelException.Detail DefaultModelManager.newImplementationNameConstraintDetail(JAXBElement<? extends ModelObject> element, Specification specification, Implementation implementation)
           
private  ModelException.Detail DefaultModelManager.newImplementationSpecificationDeclarationConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Specification specification)
           
private  ModelException.Detail DefaultModelManager.newMultiplicityConstraintDetail(JAXBElement<? extends ModelObject> element, Specification specification, Implementation implementation)
           
private  ModelException.Detail DefaultModelManager.newSpecificationPropertyReferenceDeclarationConstraintDetail(JAXBElement<? extends ModelObject> element, Specification specification, PropertyReference reference)
           
private  ModelException.Detail DefaultModelManager.newSpecificationVersioningConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Specification specification)
           
private  void DefaultModelManager.resolveClasspath(Specification specification, Module cpModule)
           
 

Method parameters in org.jomc.model with type arguments of type Specification
private static void Specifications.copySpecification(List<Specification> source, List<Specification> target)
          Copies all values of property Specification deeply.
private static void Specifications.copySpecification(List<Specification> source, List<Specification> target)
          Copies all values of property Specification deeply.
 

Constructors in org.jomc.model with parameters of type Specification
Specification(Specification o)
          Creates a new Specification instance by deeply copying a given instance.
 



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