Uses of Interface
org.eclipse.stp.core.sca.PropertyValuesSet

Packages that use PropertyValuesSet
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of PropertyValuesSet in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return PropertyValuesSet
 PropertyValuesSet SCAFactory.createPropertyValuesSet()
          Returns a new object of class 'Property Values Set'.
 PropertyValuesSet Component.getPropertyValuesSet()
          Returns the value of the 'Property Values Set' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type PropertyValuesSet
 void Component.setPropertyValuesSet(PropertyValuesSet value)
          Sets the value of the 'Property Values Set' containment reference.
 

Uses of PropertyValuesSet in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type PropertyValuesSet
 java.lang.Object SCASwitch.casePropertyValuesSet(PropertyValuesSet object)
          Returns the result of interpretting the object as an instance of 'Property Values Set'.
 boolean SCAValidator.validatePropertyValuesSet(PropertyValuesSet propertyValuesSet, DiagnosticChain diagnostics, java.util.Map context)