Uses of Interface
org.objectweb.dsrg.sofa.repository.model.PropertyValue

Packages that use PropertyValue
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of PropertyValue in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return PropertyValue
 PropertyValue ModelFactory.createPropertyValue()
          Returns a new object of class 'Property Value'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type PropertyValue
 org.eclipse.emf.common.util.EList<PropertyValue> InstanceDeploymentDescription.getPropertyValue()
          Returns the value of the 'Property Value' containment reference list.
 

Uses of PropertyValue in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement PropertyValue
 class PropertyValueImpl
          An implementation of the model object 'Property Value'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type PropertyValue
protected  org.eclipse.emf.common.util.EList<PropertyValue> InstanceDeploymentDescriptionImpl.propertyValue
          The cached value of the 'Property Value' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return PropertyValue
 PropertyValue ModelFactoryImpl.createPropertyValue()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type PropertyValue
 org.eclipse.emf.common.util.EList<PropertyValue> InstanceDeploymentDescriptionImpl.getPropertyValue()
           
 

Uses of PropertyValue in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type PropertyValue
 T ModelSwitch.casePropertyValue(PropertyValue object)
          Returns the result of interpreting the object as an instance of 'Property Value'