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

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

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

Methods in org.eclipse.stp.core.sca that return SCABinding
 SCABinding SCAFactory.createSCABinding()
          Returns a new object of class 'Binding'.
 SCABinding SCACoreRoot.getBindingSca()
          Returns the value of the 'Binding Sca' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type SCABinding
 void SCACoreRoot.setBindingSca(SCABinding value)
          Sets the value of the 'Binding Sca' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type SCABinding
 java.lang.Object SCASwitch.caseSCABinding(SCABinding object)
          Returns the result of interpretting the object as an instance of 'Binding'.
 boolean SCAValidator.validateSCABinding(SCABinding scaBinding, DiagnosticChain diagnostics, java.util.Map context)