Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle TopicContainer
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
- Alle bekannten Unterschnittstellen:
DeliveryReview
,DropReview
,Review
,ReviewTemplate
,Topic
- Alle bekannten Implementierungsklassen:
DeliveryReviewImpl
,DropReviewImpl
,ReviewImpl
,ReviewTemplateImpl
,TopicContainerImpl
,TopicImpl
A representation of the model object 'Commentable'.
- Seit:
- 1.2
- Siehe auch:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault boolean
forEachComment
(Predicate<Comment> consumer) default boolean
forEachTopic
(Predicate<Topic> consumer) 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.default Topic
getTopic
(ModelReference modelReference) int
Returns the value of the 'Topic Count' attribute.Returns the value of the 'Topics' containment reference list.getTopics
(ModelReference modelReference) int
Returns the value of the 'Unresolved Count' attribute.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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Methodendetails
-
getReview
Review getReview()Returns the value of the 'Review' reference.- Gibt zurück:
- the value of the 'Review' reference.
- Siehe auch:
- Generated
- Model
- resolveProxies="false" 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 'Container
'.- Gibt zurück:
- the value of the 'Comments' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="container" containment="true"
-
getTopicCount
int getTopicCount()Returns the value of the 'Topic Count' attribute.- Gibt zurück:
- the value of the 'Topic Count' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getUnresolvedCount
int getUnresolvedCount()Returns the value of the 'Unresolved Count' attribute.- Gibt zurück:
- the value of the 'Unresolved Count' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getResolvedCount
int getResolvedCount()Returns the value of the 'Resolved Count' attribute.- Gibt zurück:
- the value of the 'Resolved Count' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getTopics
Returns the value of the 'Topics' containment reference list. The list contents are of typeTopic
. It is bidirectional and its opposite is 'Container
'.- Gibt zurück:
- the value of the 'Topics' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="container" containment="true"
-
getTopics
-
getTopic
-
forEachTopic
-
forEachComment
-