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

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

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

Methods in org.eclipse.stp.core.sca that return SLSBBinding
 SLSBBinding SCAFactory.createSLSBBinding()
          Returns a new object of class 'SLSB Binding'.
 SLSBBinding SCACoreRoot.getBindingEjb()
          Returns the value of the 'Binding Ejb' containment reference.
 

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

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

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