Uses of Enum Class
org.eclipse.emf.cdo.lm.reviews.ReviewStatus
Packages that use ReviewStatus
-
Uses of ReviewStatus in org.eclipse.emf.cdo.lm.reviews
Fields in org.eclipse.emf.cdo.lm.reviews with type parameters of type ReviewStatusModifier and TypeFieldDescriptionstatic final List<ReviewStatus>
ReviewStatus.VALUES
A public read-only list of all the 'Review Status' enumerators.Methods in org.eclipse.emf.cdo.lm.reviews that return ReviewStatusModifier and TypeMethodDescriptionstatic ReviewStatus
ReviewStatus.get
(int value) Returns the 'Review Status' literal with the specified integer value.static ReviewStatus
Returns the 'Review Status' literal with the specified literal value.static ReviewStatus
Returns the 'Review Status' literal with the specified name.static ReviewStatus
ReviewStatus.getOutdated
(boolean sourceOutdated, boolean targetOutdated) Review.getStatus()
Returns the value of the 'Status' attribute.static ReviewStatus
Returns the enum constant of this class with the specified name.static ReviewStatus[]
ReviewStatus.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 ReviewStatusModifier and TypeMethodDescriptionvoid
Review.setStatus
(ReviewStatus value) Sets the value of the 'Status
' attribute. -
Uses of ReviewStatus in org.eclipse.emf.cdo.lm.reviews.impl
Fields in org.eclipse.emf.cdo.lm.reviews.impl declared as ReviewStatusModifier and TypeFieldDescriptionprotected static final ReviewStatus
ReviewImpl.STATUS_EDEFAULT
The default value of the 'Status
' attribute.Methods in org.eclipse.emf.cdo.lm.reviews.impl that return ReviewStatusModifier and TypeMethodDescriptionReviewsFactoryImpl.createReviewStatusFromString
(EDataType eDataType, String initialValue) protected final ReviewStatus
ReviewImpl.getStatus()
protected final ReviewStatus
ReviewStatemachine.Client.handleRestoreFinish
(REVIEW review) protected abstract ReviewStatus
ReviewStatemachine.handleRestoreFinish
(REVIEW review) Methods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type ReviewStatusModifier and TypeMethodDescriptionprotected final void
ReviewStatemachine.setState
(REVIEW review, ReviewStatus status) void
ReviewImpl.setStatus
(ReviewStatus newStatus)