Package org.eclipse.emf.cdo.lm.reviews
Interface Commentable
- All Superinterfaces:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
- All Known Subinterfaces:
Comment
,DeliveryReview
,DropReview
,Heading
,Review
,ReviewTemplate
- All Known Implementing Classes:
CommentableImpl
,CommentImpl
,DeliveryReviewImpl
,DropReviewImpl
,HeadingImpl
,ReviewImpl
,ReviewTemplateImpl
A representation of the model object 'Commentable'.
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Comment Count' attribute.Returns the value of the 'Comments' containment reference list.int
Returns the value of the 'Resolved Count' attribute.Returns the value of the 'Review' reference.int
Returns the value of the 'Unresolved Count' attribute.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.etypes.ModelElement
getAnnotation, getAnnotations
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
-
getReview
Review getReview()Returns the value of the 'Review' reference.- Returns:
- the value of the 'Review' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" required="true" transient="true" changeable="false" volatile="true" derived="true"
-
getComments
Returns the value of the 'Comments' containment reference list. The list contents are of typeComment
. It is bidirectional and its opposite is 'Commentable
'.- Returns:
- the value of the 'Comments' containment reference list.
- See Also:
- Generated
- Model
- opposite="commentable" containment="true"
-
getCommentCount
int getCommentCount()Returns the value of the 'Comment Count' attribute.- Returns:
- the value of the 'Comment Count' attribute.
- See Also:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getUnresolvedCount
int getUnresolvedCount()Returns the value of the 'Unresolved Count' attribute.- Returns:
- the value of the 'Unresolved Count' attribute.
- See Also:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getResolvedCount
int getResolvedCount()Returns the value of the 'Resolved Count' attribute.- Returns:
- the value of the 'Resolved Count' attribute.
- See Also:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-