Package org.eclipse.emf.cdo.lm
Interface Change
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,EObject
,FloatingBaseline
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
- All Known Implementing Classes:
ChangeImpl
A representation of the model object
'Change'.
- 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 TypeMethodDescriptiongetBase()
Returns the value of the 'Base' reference.Returns the value of the 'Branch' attribute.Returns the value of the 'Deliveries' reference list.getDelivery
(Stream stream) getDeliveryPoint
(Stream stream) Returns the value of the 'Impact' attribute.getLabel()
Returns the value of the 'Label' attribute.boolean
void
setBase
(FixedBaseline value) Sets the value of the 'Base
' reference.void
setBranch
(CDOBranchRef value) Sets the value of the 'Branch
' attribute.void
Sets the value of the 'Impact
' attribute.void
Sets the value of the 'Label
' 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.FloatingBaseline
isClosed, setClosed
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
-
getBase
FixedBaseline getBase()Returns the value of the 'Base' reference.- Specified by:
getBase
in interfaceFloatingBaseline
- Returns:
- the value of the 'Base' reference.
- See Also:
- Generated
- Model
-
setBase
Sets the value of the 'Base
' reference.- Parameters:
value
- the new value of the 'Base' 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
-
getImpact
Impact getImpact()Returns the value of the 'Impact' attribute. The literals are from the enumerationImpact
.- Returns:
- the value of the 'Impact' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setImpact
Sets the value of the 'Impact
' attribute.- Parameters:
value
- the new value of the 'Impact' attribute.- See Also:
- Generated
-
getBranch
CDOBranchRef getBranch()Returns the value of the 'Branch' attribute. The default value is""
.- Specified by:
getBranch
in interfaceFloatingBaseline
- Returns:
- the value of the 'Branch' attribute.
- See Also:
- Generated
- Model
- default="" dataType="org.eclipse.emf.cdo.etypes.BranchRef" required="true"
-
setBranch
Sets the value of the 'Branch
' attribute.- Parameters:
value
- the new value of the 'Branch' attribute.- See Also:
- Generated
-
getDeliveries
Returns the value of the 'Deliveries' reference list. The list contents are of typeDelivery
. It is bidirectional and its opposite is 'Change
'.- Specified by:
getDeliveries
in interfaceFloatingBaseline
- Returns:
- the value of the 'Deliveries' reference list.
- See Also:
- Generated
- Model
- opposite="change"
-
getDeliveryStreams
-
getDelivery
-
getDeliveryPoint
-
getDeliveryCandidateStreams
-
isDeliverable
boolean isDeliverable()
-