Package org.eclipse.emf.cdo.lm.reviews
Interface Review
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,Commentable
,EObject
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
- All Known Subinterfaces:
DeliveryReview
,DropReview
- All Known Implementing Classes:
DeliveryReviewImpl
,DropReviewImpl
,ReviewImpl
A representation of the model object 'Review'.
- See Also:
- Generated
- Model
- abstract="true"
- 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 'Author' attribute.int
getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Reviewers' attribute list.Returns the value of the 'Status' attribute.void
Sets the value of the 'Author
' attribute.void
setId
(int value) Sets the value of the 'Id
' attribute.void
setStatus
(ReviewStatus value) Sets the value of the 'Status
' 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.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
-
getId
int getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setId
void setId(int value) Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
- Generated
-
getAuthor
String getAuthor()Returns the value of the 'Author' attribute.- Returns:
- the value of the 'Author' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setAuthor
Sets the value of the 'Author
' attribute.- Parameters:
value
- the new value of the 'Author' attribute.- See Also:
- Generated
-
getReviewers
Returns the value of the 'Reviewers' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Reviewers' attribute list.
- See Also:
- Generated
- Model
- required="true"
-
getStatus
ReviewStatus getStatus()Returns the value of the 'Status' attribute. The literals are from the enumerationReviewStatus
.- Returns:
- the value of the 'Status' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setStatus
Sets the value of the 'Status
' attribute.- Parameters:
value
- the new value of the 'Status' attribute.- See Also:
- Generated
-