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