Uses of Class
org.jomc.model.Property

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

Uses of Property in org.jomc.model
 

Fields in org.jomc.model with type parameters of type Property
protected  List<Property> Properties.property
           
 

Methods in org.jomc.model that return Property
 Property Property.clone()
          Creates and returns a deep copy of this object.
 Property ObjectFactory.createProperty()
          Create an instance of Property
 Property Properties.getProperty(String name)
          Gets a property for a given name from the list of properties.
 

Methods in org.jomc.model that return types with arguments of type Property
 JAXBElement<Property> ObjectFactory.createProperty(Property value)
          Create an instance of JAXBElement<Property>}
 List<Property> Properties.getProperty()
          Gets the value of the property property.
 

Methods in org.jomc.model with parameters of type Property
 JAXBElement<Property> ObjectFactory.createProperty(Property value)
          Create an instance of JAXBElement<Property>}
private  ModelException.Detail DefaultModelManager.newDependencyPropertiesOverrideConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency, Specification specification, Property property)
           
private  ModelException.Detail DefaultModelManager.newFinalModulePropertyConstraintDetail(JAXBElement<? extends ModelObject> element, Module module, Property property)
           
private  ModelException.Detail DefaultModelManager.newOverrideModulePropertyConstraintDetail(JAXBElement<? extends ModelObject> element, Module module, Property property)
           
private  ModelException.Detail DefaultModelManager.newPropertyInheritanceConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Property property, Implementation finalSuperProperty)
           
private  ModelException.Detail DefaultModelManager.newPropertyMultipleInheritanceContraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Property property)
           
private  ModelException.Detail DefaultModelManager.newPropertyOverrideConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Property property)
           
 

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

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



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