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.intgetId()Returns the value of the 'Id' attribute.Returns the value of the 'Reviewers' attribute list.Returns the value of the 'Status' attribute.voidSets the value of the 'Author' attribute.voidsetId(int value) Sets the value of the 'Id' attribute.voidsetStatus(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, setStreamVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.ModuleElement
getModuleVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystemVon 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
-