Uses of Interface
org.eclipse.emf.cdo.lm.ModuleType
Packages that use ModuleType
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF implementation of the CDO Lifecycle Management model.
Server integration of the CDO Lifecycle Management.
The generated EMF utilities of the CDO Lifecycle Management model.
-
Uses of ModuleType in org.eclipse.emf.cdo.lm
Methods in org.eclipse.emf.cdo.lm that return ModuleTypeModifier and TypeMethodDescriptionLMFactory.createModuleType()
Returns a new object of class 'Module Type'.LMFactory.createModuleType
(String name) Process.getModuleType
(String name) Module.getType()
Returns the value of the 'Type' reference.Methods in org.eclipse.emf.cdo.lm that return types with arguments of type ModuleTypeModifier and TypeMethodDescriptionProcess.getModuleTypes()
Returns the value of the 'Module Types' containment reference list.Methods in org.eclipse.emf.cdo.lm with parameters of type ModuleTypeModifier and TypeMethodDescriptionvoid
Module.setType
(ModuleType value) Sets the value of the 'Type
' reference. -
Uses of ModuleType in org.eclipse.emf.cdo.lm.client
Methods in org.eclipse.emf.cdo.lm.client with parameters of type ModuleTypeModifier and TypeMethodDescriptionISystemDescriptor.createModule
(String name, ModuleType type, StreamSpec streamSpec, IProgressMonitor monitor) -
Uses of ModuleType in org.eclipse.emf.cdo.lm.impl
Classes in org.eclipse.emf.cdo.lm.impl that implement ModuleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Module Type'.Methods in org.eclipse.emf.cdo.lm.impl that return ModuleTypeModifier and TypeMethodDescriptionModuleImpl.basicGetType()
LMFactoryImpl.createModuleType()
LMFactoryImpl.createModuleType
(String name) ProcessImpl.getModuleType
(String name) ModuleImpl.getType()
Methods in org.eclipse.emf.cdo.lm.impl that return types with arguments of type ModuleTypeMethods in org.eclipse.emf.cdo.lm.impl with parameters of type ModuleType -
Uses of ModuleType in org.eclipse.emf.cdo.lm.server
Methods in org.eclipse.emf.cdo.lm.server that return types with arguments of type ModuleTypeModifier and TypeMethodDescriptionprotected Collection<ModuleType>
LMAppExtension.getModuleTypes
(Element lmElement) -
Uses of ModuleType in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util with parameters of type ModuleTypeModifier and TypeMethodDescriptionLMSwitch.caseModuleType
(ModuleType object) Returns the result of interpreting the object as an instance of 'Module Type'.