Uses of Enum Class
org.eclipse.emf.cdo.lm.reviews.CommentStatus
Packages that use CommentStatus
-
Uses of CommentStatus in org.eclipse.emf.cdo.lm.reviews
Fields in org.eclipse.emf.cdo.lm.reviews with type parameters of type CommentStatusModifier and TypeFieldDescriptionstatic final List<CommentStatus>
CommentStatus.VALUES
A public read-only list of all the 'Comment Status' enumerators.Methods in org.eclipse.emf.cdo.lm.reviews that return CommentStatusModifier and TypeMethodDescriptionstatic CommentStatus
CommentStatus.get
(int value) Returns the 'Comment Status' literal with the specified integer value.static CommentStatus
Returns the 'Comment Status' literal with the specified literal value.static CommentStatus
Returns the 'Comment Status' literal with the specified name.Comment.getStatus()
Returns the value of the 'Status' attribute.static CommentStatus
Returns the enum constant of this class with the specified name.static CommentStatus[]
CommentStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.lm.reviews with parameters of type CommentStatusModifier and TypeMethodDescriptionvoid
Comment.setStatus
(CommentStatus value) Sets the value of the 'Status
' attribute. -
Uses of CommentStatus in org.eclipse.emf.cdo.lm.reviews.impl
Fields in org.eclipse.emf.cdo.lm.reviews.impl declared as CommentStatusModifier and TypeFieldDescriptionprotected static final CommentStatus
CommentImpl.STATUS_EDEFAULT
The default value of the 'Status
' attribute.Methods in org.eclipse.emf.cdo.lm.reviews.impl that return CommentStatusModifier and TypeMethodDescriptionReviewsFactoryImpl.createCommentStatusFromString
(EDataType eDataType, String initialValue) CommentImpl.getStatus()
Methods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type CommentStatus