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'
 

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'
 

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

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
 java.lang.Object ModelSwitch.casePropertyValue(PropertyValue object)
          Returns the result of interpretting the object as an instance of 'Property Value'