Uses of Interface
org.eclipse.emf.cdo.lm.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
Modifier 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.Modifier and TypeMethodDescriptionProcess.getDropTypes()
Returns the value of the 'Drop Types' containment reference list. -
Uses of DropType in org.eclipse.emf.cdo.lm.client
Modifier and TypeMethodDescriptionstatic DropType
LMImporter.DropCreator.getDefaultDropType
(ISystemDescriptor systemDescriptor) Modifier and TypeMethodDescriptionISystemDescriptor.createDrop
(Stream stream, DropType dropType, long timeStamp, String label, IProgressMonitor monitor) -
Uses of DropType in org.eclipse.emf.cdo.lm.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Drop Type'.Modifier and TypeMethodDescriptionDropImpl.basicGetType()
LMFactoryImpl.createDropType()
LMFactoryImpl.createDropType
(String name, boolean release) ProcessImpl.getDropType
(String name) DropImpl.getType()
-
Uses of DropType in org.eclipse.emf.cdo.lm.reviews
Modifier and TypeMethodDescriptionDropReview.getDropType()
Returns the value of the 'Drop Type' reference.Modifier 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
-
Uses of DropType in org.eclipse.emf.cdo.lm.server
Modifier and TypeMethodDescriptionprotected Collection<DropType>
LMAppExtension.getDropTypes
(Element lmElement) -
Uses of DropType in org.eclipse.emf.cdo.lm.util
Modifier and TypeMethodDescriptionLMSwitch.caseDropType
(DropType object) Returns the result of interpreting the object as an instance of 'Drop Type'.