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

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

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

Methods in org.eclipse.stp.core.sca that return Property
 Property SCAFactory.createProperty()
          Returns a new object of class 'Property'.
 Property ComponentType.getProperty(java.lang.String propertyName)
          Return a Property with a name matching propertyName
 

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

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