Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle Review
- Alle Superschnittstellen:
Baseline
,CDOObject
,CDOWithID
,EObject
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
,TopicContainer
- Alle bekannten Unterschnittstellen:
DeliveryReview
,DropReview
- Alle bekannten Implementierungsklassen:
DeliveryReviewImpl
,DropReviewImpl
,ReviewImpl
A representation of the model object 'Review'.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.lm.Baseline
COMPARATOR
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns 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.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.Baseline
getBaseTimeStamp, getBranchPoint, getName, getStream, getTypeAndName, getTypeName, isFloating, setStream
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.ModuleElement
getModule
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.reviews.TopicContainer
forEachComment, forEachTopic, getComments, getResolvedCount, getReview, getTopic, getTopicCount, getTopics, getTopics, getUnresolvedCount
-
Methodendetails
-
getId
int getId()Returns the value of the 'Id' attribute.- Gibt zurück:
- the value of the 'Id' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setId
void setId(int value) Sets the value of the 'Id
' attribute.- Parameter:
value
- the new value of the 'Id' attribute.- Siehe auch:
- Generated
-
getAuthor
String getAuthor()Returns the value of the 'Author' attribute.- Gibt zurück:
- the value of the 'Author' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setAuthor
Sets the value of the 'Author
' attribute.- Parameter:
value
- the new value of the 'Author' attribute.- Siehe auch:
- Generated
-
getReviewers
Returns the value of the 'Reviewers' attribute list. The list contents are of typeString
.- Gibt zurück:
- the value of the 'Reviewers' attribute list.
- Siehe auch:
- Generated
- Model
- required="true"
-
getStatus
ReviewStatus getStatus()Returns the value of the 'Status' attribute. The literals are from the enumerationReviewStatus
.- Gibt zurück:
- the value of the 'Status' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setStatus
Sets the value of the 'Status
' attribute.- Parameter:
value
- the new value of the 'Status' attribute.- Siehe auch:
- Generated
-