Package org.eclipse.emf.cdo.lm.reviews
Interface DeliveryReview
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,Commentable
,EObject
,FloatingBaseline
,ModelElement
,ModuleElement
,Notifier
,Review
,StreamElement
,SystemElement
- All Known Implementing Classes:
DeliveryReviewImpl
A representation of the model object 'Delivery Review'.
- 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.Returns the value of the 'Impact' attribute.int
Returns the value of the 'Rebase Count' attribute.Returns the value of the 'Source Change' reference.long
Returns the value of the 'Source Commit' attribute.long
Returns the value of the 'Target Commit' attribute.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
setRebaseCount
(int value) Sets the value of the 'Rebase Count
' attribute.void
setSourceChange
(Change value) Sets the value of the 'Source Change
' reference.void
setSourceCommit
(long value) Sets the value of the 'Source Commit
' attribute.void
setTargetCommit
(long value) Sets the value of the 'Target Commit
' 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.cdo.lm.reviews.Commentable
getCommentCount, getComments, getResolvedCount, getReview, getUnresolvedCount
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.reviews.Review
getAuthor, getId, getReviewers, getStatus, setAuthor, setId, setStatus
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
- resolveProxies="false" required="true"
-
setBase
Sets the value of the 'Base
' reference.- Parameters:
value
- the new value of the 'Base' reference.- 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
.- Specified by:
getDeliveries
in interfaceFloatingBaseline
- Returns:
- the value of the 'Deliveries' reference list.
- See Also:
- Generated
- Model
-
getSourceChange
Change getSourceChange()Returns the value of the 'Source Change' reference.- Returns:
- the value of the 'Source Change' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" required="true"
-
setSourceChange
Sets the value of the 'Source Change
' reference.- Parameters:
value
- the new value of the 'Source Change' reference.- See Also:
- Generated
-
getSourceCommit
long getSourceCommit()Returns the value of the 'Source Commit' attribute.- Returns:
- the value of the 'Source Commit' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setSourceCommit
void setSourceCommit(long value) Sets the value of the 'Source Commit
' attribute.- Parameters:
value
- the new value of the 'Source Commit' attribute.- See Also:
- Generated
-
getTargetCommit
long getTargetCommit()Returns the value of the 'Target Commit' attribute.- Returns:
- the value of the 'Target Commit' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setTargetCommit
void setTargetCommit(long value) Sets the value of the 'Target Commit
' attribute.- Parameters:
value
- the new value of the 'Target Commit' attribute.- See Also:
- Generated
-
getRebaseCount
int getRebaseCount()Returns the value of the 'Rebase Count' attribute.- Returns:
- the value of the 'Rebase Count' attribute.
- See Also:
- Generated
- Model
-
setRebaseCount
void setRebaseCount(int value) Sets the value of the 'Rebase Count
' attribute.- Parameters:
value
- the new value of the 'Rebase Count' attribute.- See Also:
- Generated
-