Uses of Interface
org.eclipse.emf.cdo.lm.DropType
Packages that use DropType
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 DropType in org.eclipse.emf.cdo.lm
Methods in org.eclipse.emf.cdo.lm that return DropTypeModifier and TypeMethodDescriptionLMFactory.createDropType()
Returns a new object of class 'Drop Type'.LMFactory.createDropType
(String name, boolean release) Process.getDropType
(String name) Drop.getType()
Returns the value of the 'Type' reference.Methods in org.eclipse.emf.cdo.lm that return types with arguments of type DropTypeModifier and TypeMethodDescriptionProcess.getDropTypes()
Returns the value of the 'Drop Types' containment reference list.Methods in org.eclipse.emf.cdo.lm with parameters of type DropType -
Uses of DropType in org.eclipse.emf.cdo.lm.client
Methods in org.eclipse.emf.cdo.lm.client that return DropTypeModifier and TypeMethodDescriptionstatic DropType
LMImporter.DropCreator.getDefaultDropType
(ISystemDescriptor systemDescriptor) Methods in org.eclipse.emf.cdo.lm.client with parameters of type DropTypeModifier and TypeMethodDescriptionISystemDescriptor.createDrop
(Stream stream, DropType dropType, long timeStamp, String label, IProgressMonitor monitor) -
Uses of DropType in org.eclipse.emf.cdo.lm.impl
Classes in org.eclipse.emf.cdo.lm.impl that implement DropTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Drop Type'.Methods in org.eclipse.emf.cdo.lm.impl that return DropTypeModifier and TypeMethodDescriptionDropImpl.basicGetType()
LMFactoryImpl.createDropType()
LMFactoryImpl.createDropType
(String name, boolean release) ProcessImpl.getDropType
(String name) DropImpl.getType()
Methods in org.eclipse.emf.cdo.lm.impl that return types with arguments of type DropTypeMethods in org.eclipse.emf.cdo.lm.impl with parameters of type DropType -
Uses of DropType in org.eclipse.emf.cdo.lm.reviews
Methods in org.eclipse.emf.cdo.lm.reviews that return DropTypeModifier and TypeMethodDescriptionDropReview.getDropType()
Returns the value of the 'Drop Type' reference.Methods in org.eclipse.emf.cdo.lm.reviews with parameters of type DropTypeModifier and TypeMethodDescriptionvoid
DropReview.setDropType
(DropType value) Sets the value of the 'Drop Type
' reference. -
Uses of DropType in org.eclipse.emf.cdo.lm.reviews.impl
Methods in org.eclipse.emf.cdo.lm.reviews.impl that return DropTypeMethods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type DropType -
Uses of DropType in org.eclipse.emf.cdo.lm.server
Methods in org.eclipse.emf.cdo.lm.server that return types with arguments of type DropTypeModifier and TypeMethodDescriptionprotected Collection<DropType>
LMAppExtension.getDropTypes
(Element lmElement) -
Uses of DropType in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util with parameters of type DropTypeModifier and TypeMethodDescriptionLMSwitch.caseDropType
(DropType object) Returns the result of interpreting the object as an instance of 'Drop Type'.