Package org.eclipse.emf.cdo.lm
Interface Drop
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,EObject
,FixedBaseline
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
- All Known Implementing Classes:
DropImpl
A representation of the model object
'Drop'.
- 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 'Branch Point' attribute.getLabel()
Returns the value of the 'Label' attribute.getType()
Returns the value of the 'Type' reference.boolean
void
setBranchPoint
(CDOBranchPointRef value) Sets the value of the 'Branch Point
' attribute.void
Sets the value of the 'Label
' attribute.void
Sets the value of the 'Type
' reference.Methods inherited from interface org.eclipse.emf.cdo.lm.Baseline
getBaseTimeStamp, 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
-
getType
DropType getType()Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
- Generated
- Model
- required="true"
-
setType
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
- Generated
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
- Generated
- Model
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
- Generated
-
getBranchPoint
CDOBranchPointRef getBranchPoint()Returns the value of the 'Branch Point' attribute. The default value is""
.- Specified by:
getBranchPoint
in interfaceBaseline
- Returns:
- the value of the 'Branch Point' attribute.
- See Also:
- Generated
- Model
- default="" dataType="org.eclipse.emf.cdo.etypes.BranchPointRef" required="true"
-
setBranchPoint
Sets the value of the 'Branch Point
' attribute.- Parameters:
value
- the new value of the 'Branch Point' attribute.- See Also:
- Generated
-
isRelease
boolean isRelease()- Generated
- Model
- kind="operation"
-
getBasedStreams
- Generated
- Model
- kind="operation"
-