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

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

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

Methods in org.eclipse.stp.core.sca that return PropertyValue
 PropertyValue SCAFactory.createPropertyValue()
          Returns a new object of class 'Property Value'.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type PropertyValue
 java.lang.Object SCASwitch.casePropertyValue(PropertyValue object)
          Returns the result of interpretting the object as an instance of 'Property Value'.
 boolean SCAValidator.validatePropertyValue(PropertyValue propertyValue, DiagnosticChain diagnostics, java.util.Map context)