Uses of Interface
org.eclipse.mtj.api.runtimes.ImplementationRef

Packages that use ImplementationRef
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
org.eclipse.mtj.api.runtimes.util   
 

Uses of ImplementationRef in org.eclipse.mtj.api.runtimes
 

Methods in org.eclipse.mtj.api.runtimes that return ImplementationRef
 ImplementationRef RuntimesFactory.createImplementationRef()
          Returns a new object of class 'Implementation Ref'.
 ImplementationRef ServiceApi.getImplementation()
          Returns the value of the 'Implementation' containment reference.
 ImplementationRef DeviceConfiguration.getImplementation()
          Returns the value of the 'Implementation' containment reference.
 

Methods in org.eclipse.mtj.api.runtimes with parameters of type ImplementationRef
 void ServiceApi.setImplementation(ImplementationRef value)
          Sets the value of the 'Implementation' containment reference.
 void DeviceConfiguration.setImplementation(ImplementationRef value)
          Sets the value of the 'Implementation' containment reference.
 

Uses of ImplementationRef in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement ImplementationRef
 class ImplementationRefImpl
          An implementation of the model object 'Implementation Ref'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return ImplementationRef
 ImplementationRef RuntimesFactoryImpl.createImplementationRef()
           
 ImplementationRef ServiceApiImpl.getImplementation()
           
 ImplementationRef DeviceConfigurationImpl.getImplementation()
           
 

Methods in org.eclipse.mtj.api.runtimes.impl with parameters of type ImplementationRef
 org.eclipse.emf.common.notify.NotificationChain ServiceApiImpl.basicSetImplementation(ImplementationRef newImplementation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DeviceConfigurationImpl.basicSetImplementation(ImplementationRef newImplementation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ServiceApiImpl.setImplementation(ImplementationRef newImplementation)
           
 void DeviceConfigurationImpl.setImplementation(ImplementationRef newImplementation)
           
 

Uses of ImplementationRef in org.eclipse.mtj.api.runtimes.util
 

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type ImplementationRef
 java.lang.Object RuntimesSwitch.caseImplementationRef(ImplementationRef object)
          Returns the result of interpretting the object as an instance of 'Implementation Ref'.