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

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

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

Methods in org.eclipse.stp.core.sca that return JavaInterface
 JavaInterface SCAFactory.createJavaInterface()
          Returns a new object of class 'Java Interface'.
 JavaInterface SCACoreRoot.getInterfaceJava()
          Returns the value of the 'Interface Java' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type JavaInterface
 void SCACoreRoot.setInterfaceJava(JavaInterface value)
          Sets the value of the 'Interface Java' containment reference.
 

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

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