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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return DockRegistryConfiguration
 DockRegistryConfiguration ModelFactory.createDockRegistryConfiguration()
          Returns a new object of class 'Dock Registry Configuration'
 DockRegistryConfiguration NodeConfiguration.getDockRegistryConfiguration()
          Returns the value of the 'Dock Registry Configuration' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type DockRegistryConfiguration
 void NodeConfiguration.setDockRegistryConfiguration(DockRegistryConfiguration value)
          Sets the value of the 'Dock Registry Configuration' containment reference
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement DockRegistryConfiguration
 class DockRegistryConfigurationImpl
          An implementation of the model object 'Dock Registry Configuration'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as DockRegistryConfiguration
protected  DockRegistryConfiguration NodeConfigurationImpl.dockRegistryConfiguration
          The cached value of the 'Dock Registry Configuration' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return DockRegistryConfiguration
 DockRegistryConfiguration NodeConfigurationImpl.basicGetDockRegistryConfiguration()
           
 DockRegistryConfiguration ModelFactoryImpl.createDockRegistryConfiguration()
           
 DockRegistryConfiguration NodeConfigurationImpl.getDockRegistryConfiguration()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type DockRegistryConfiguration
 org.eclipse.emf.common.notify.NotificationChain NodeConfigurationImpl.basicSetDockRegistryConfiguration(DockRegistryConfiguration newDockRegistryConfiguration, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NodeConfigurationImpl.setDockRegistryConfiguration(DockRegistryConfiguration newDockRegistryConfiguration)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type DockRegistryConfiguration
 T ModelSwitch.caseDockRegistryConfiguration(DockRegistryConfiguration object)
          Returns the result of interpreting the object as an instance of 'Dock Registry Configuration'