Uses of Interface
org.objectweb.dsrg.sofa.repository.model.MicroInterfaceType

Packages that use MicroInterfaceType
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroInterfaceType
 MicroInterfaceType ModelFactory.createMicroInterfaceType()
          Returns a new object of class 'Micro Interface Type'
 MicroInterfaceType MicroComponent.getDelegatedInterfaceType()
          Returns the value of the 'Delegated Interface Type' containment reference
 MicroInterfaceType MicroInterface.getInterfaceType()
          Returns the value of the 'Interface Type' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroInterfaceType
 void MicroComponent.setDelegatedInterfaceType(MicroInterfaceType value)
          Sets the value of the 'Delegated Interface Type' containment reference
 void MicroInterface.setInterfaceType(MicroInterfaceType value)
          Sets the value of the 'Interface Type' containment reference
 

Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroInterfaceType
 class MicroInterfaceTypeImpl
          An implementation of the model object 'Micro Interface Type'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroInterfaceType
protected  MicroInterfaceType MicroComponentImpl.delegatedInterfaceType
          The cached value of the 'Delegated Interface Type' containment reference
protected  MicroInterfaceType MicroInterfaceImpl.interfaceType
          The cached value of the 'Interface Type' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroInterfaceType
 MicroInterfaceType MicroComponentImpl.basicGetDelegatedInterfaceType()
           
 MicroInterfaceType MicroInterfaceImpl.basicGetInterfaceType()
           
 MicroInterfaceType ModelFactoryImpl.createMicroInterfaceType()
           
 MicroInterfaceType MicroComponentImpl.getDelegatedInterfaceType()
           
 MicroInterfaceType MicroInterfaceImpl.getInterfaceType()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroInterfaceType
 org.eclipse.emf.common.notify.NotificationChain MicroComponentImpl.basicSetDelegatedInterfaceType(MicroInterfaceType newDelegatedInterfaceType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain MicroInterfaceImpl.basicSetInterfaceType(MicroInterfaceType newInterfaceType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MicroComponentImpl.setDelegatedInterfaceType(MicroInterfaceType newDelegatedInterfaceType)
           
 void MicroInterfaceImpl.setInterfaceType(MicroInterfaceType newInterfaceType)
           
 

Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroInterfaceType
 java.lang.Object ModelSwitch.caseMicroInterfaceType(MicroInterfaceType object)
          Returns the result of interpretting the object as an instance of 'Micro Interface Type'