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

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

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

Subinterfaces of Interface in org.eclipse.stp.core.sca
 interface JavaInterface
          A representation of the model object 'Java Interface'.
 interface WSDLPortType
          A representation of the model object 'WSDL Port Type'.
 

Methods in org.eclipse.stp.core.sca that return Interface
 Interface SCAFactory.createInterface()
          Returns a new object of class 'Interface'.
 Interface WireTarget.getInterface()
          Return an Interface that is assigned to this target of a wire.
 Interface WireSource.getInterface()
          Return an Interface that is assigned to this source of a wire.
 Interface Service.getInterface()
          The interface used by this object is likely to be an implementation-specific substitution group.
 Interface SCACoreRoot.getInterface()
          Returns the value of the 'Interface' containment reference.
 Interface Reference.getInterface()
           
 Interface ExternalService.getInterface()
          The interface used by this object is likely to be an implementation-specific substitution group.
 Interface EntryPoint.getInterface()
          The interface used by this object is likely to be an implementation-specific substitution group.
 Interface AbstractService.getInterface()
          Return the Interface assigned to this service.
 Interface AbstractReference.getInterface()
          Return the Interface assigned to this reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type Interface
 Service ComponentType.getService(Interface interfaze)
          Return a Service with an Interface matching interfaze;
 void Service.setInterface(Interface newInterface)
          The interface used by this object is likely to be an implementation-specific substitution group.
 void SCACoreRoot.setInterface(Interface value)
          Sets the value of the 'Interface' containment reference.
 void Reference.setInterface(Interface newInterface)
           
 void ExternalService.setInterface(Interface newInterface)
          The interface used by this object is likely to be an implementation-specific substitution group.
 void EntryPoint.setInterface(Interface newInterface)
          The interface used by this object is likely to be an implementation-specific substitution group.
 

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

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