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

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

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

Methods in org.eclipse.stp.core.sca that return ExternalService
 ExternalService SCAFactory.createExternalService()
          Returns a new object of class 'External Service'.
 ExternalService ModuleReference.getExternalService()
          Returns the value of the 'External Service' reference.
 ExternalService Composite.getExternalService(java.lang.String name)
          Return an ExternalService with a matching name.
 

Methods in org.eclipse.stp.core.sca with parameters of type ExternalService
 void ModuleReference.setExternalService(ExternalService value)
          Sets the value of the 'External Service' reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ExternalService
 java.lang.Object SCASwitch.caseExternalService(ExternalService object)
          Returns the result of interpretting the object as an instance of 'External Service'.
 boolean SCAValidator.validateExternalService(ExternalService externalService, DiagnosticChain diagnostics, java.util.Map context)