Package org.eclipse.emf.cdo.lm
Interface Delivery
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,EObject
,FixedBaseline
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
- All Known Implementing Classes:
DeliveryImpl
A representation of the model object
'Delivery'.
- See Also:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
Fields inherited from interface org.eclipse.emf.cdo.lm.Baseline
COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Change' reference.Returns the value of the 'Merge Source' attribute.Returns the value of the 'Merge Target' attribute.void
Sets the value of the 'Change
' reference.void
setMergeSource
(CDOBranchPointRef value) Sets the value of the 'Merge Source
' attribute.void
setMergeTarget
(CDOBranchPointRef value) Sets the value of the 'Merge Target
' attribute.Methods inherited from interface org.eclipse.emf.cdo.lm.Baseline
getBaseTimeStamp, getBranchPoint, getName, getStream, getTypeAndName, getTypeName, isFloating, setStream
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.cdo.lm.FixedBaseline
getBasedChanges, getDependencies, getVersion, setVersion
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.cdo.lm.ModuleElement
getModule
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Method Details
-
getChange
Change getChange()Returns the value of the 'Change' reference. It is bidirectional and its opposite is 'Deliveries
'.- Returns:
- the value of the 'Change' reference.
- See Also:
- Generated
- Model
- opposite="deliveries" required="true"
-
setChange
Sets the value of the 'Change
' reference.- Parameters:
value
- the new value of the 'Change' reference.- See Also:
- Generated
-
getMergeSource
CDOBranchPointRef getMergeSource()Returns the value of the 'Merge Source' attribute. The default value is""
.- Returns:
- the value of the 'Merge Source' attribute.
- See Also:
- Generated
- Model
- default="" dataType="org.eclipse.emf.cdo.etypes.BranchPointRef" required="true"
-
setMergeSource
Sets the value of the 'Merge Source
' attribute.- Parameters:
value
- the new value of the 'Merge Source' attribute.- See Also:
- Generated
-
getMergeTarget
CDOBranchPointRef getMergeTarget()Returns the value of the 'Merge Target' attribute. The default value is""
.- Returns:
- the value of the 'Merge Target' attribute.
- See Also:
- Generated
- Model
- default="" dataType="org.eclipse.emf.cdo.etypes.BranchPointRef" required="true"
-
setMergeTarget
Sets the value of the 'Merge Target
' attribute.- Parameters:
value
- the new value of the 'Merge Target' attribute.- See Also:
- Generated
-