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

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

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

Subinterfaces of Binding in org.eclipse.stp.core.sca
 interface SCABinding
          A representation of the model object 'SCA Binding'.
 interface SLSBBinding
          A representation of the model object 'SLSB Binding'.
 interface WebServiceBinding
          A representation of the model object 'Web Service Binding'.
 

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

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

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

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