Uses of Interface
org.eclipse.emf.cdo.lm.reviews.Comment
Package
Description
-
Uses of Comment in org.eclipse.emf.cdo.lm.reviews
Modifier and TypeMethodDescriptionReviewsFactory.createComment()
Returns a new object of class 'Comment'.Comment.getReplyTo()
Returns the value of the 'Reply To' reference.Modifier and TypeMethodDescriptionTopicContainer.getComments()
Returns the value of the 'Comments' containment reference list.Modifier and TypeMethodDescriptionvoid
Comment.setReplyTo
(Comment value) Sets the value of the 'Reply To
' reference.Modifier and TypeMethodDescriptiondefault boolean
TopicContainer.forEachComment
(Predicate<Comment> consumer) -
Uses of Comment in org.eclipse.emf.cdo.lm.reviews.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Comment'.Modifier and TypeMethodDescriptionCommentImpl.basicGetReplyTo()
ReviewsFactoryImpl.createComment()
CommentImpl.getReplyTo()
-
Uses of Comment in org.eclipse.emf.cdo.lm.reviews.util
Modifier and TypeMethodDescriptionReviewsSwitch.caseComment
(Comment object) Returns the result of interpreting the object as an instance of 'Comment'.