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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroBinding
 MicroBinding ModelFactory.createMicroBinding()
          Returns a new object of class 'Micro Binding'
 MicroBinding ModelFactory.createMicroBinding(MicroBindingEndpoint client, MicroBindingEndpoint server)
          Returns a new object of class 'Micro Binding' with setted 'Micro BindingEndpoint' objects initialized by parameters.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type MicroBinding
 org.eclipse.emf.common.util.EList<MicroBinding> ComponentSelect.getBinding()
          Returns the value of the 'Binding' containment reference list.
 org.eclipse.emf.common.util.EList<MicroBinding> InterfaceSelect.getBinding()
          Returns the value of the 'Binding' containment reference list.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroBinding
 class MicroBindingImpl
          An implementation of the model object 'Micro Binding'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type MicroBinding
protected  org.eclipse.emf.common.util.EList<MicroBinding> ComponentSelectImpl.binding
          The cached value of the 'Binding' containment reference list
protected  org.eclipse.emf.common.util.EList<MicroBinding> InterfaceSelectImpl.binding
          The cached value of the 'Binding' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroBinding
 MicroBinding ModelFactoryImpl.createMicroBinding()
           
 MicroBinding ModelFactoryImpl.createMicroBinding(MicroBindingEndpoint client, MicroBindingEndpoint server)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type MicroBinding
 org.eclipse.emf.common.util.EList<MicroBinding> ComponentSelectImpl.getBinding()
           
 org.eclipse.emf.common.util.EList<MicroBinding> InterfaceSelectImpl.getBinding()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroBinding
 T ModelSwitch.caseMicroBinding(MicroBinding object)
          Returns the result of interpreting the object as an instance of 'Micro Binding'