Uses of Enum Class
org.eclipse.emf.cdo.lm.reviews.TopicStatus
Packages that use TopicStatus
-
Uses of TopicStatus in org.eclipse.emf.cdo.lm.reviews
Fields in org.eclipse.emf.cdo.lm.reviews with type parameters of type TopicStatusModifier and TypeFieldDescriptionstatic final List<TopicStatus>
TopicStatus.VALUES
A public read-only list of all the 'Topic Status' enumerators.Methods in org.eclipse.emf.cdo.lm.reviews that return TopicStatusModifier and TypeMethodDescriptionstatic TopicStatus
TopicStatus.get
(int value) Returns the 'Topic Status' literal with the specified integer value.static TopicStatus
Returns the 'Topic Status' literal with the specified literal value.static TopicStatus
Returns the 'Topic Status' literal with the specified name.Topic.getStatus()
Returns the value of the 'Status' attribute.static TopicStatus
Returns the enum constant of this class with the specified name.static TopicStatus[]
TopicStatus.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 TopicStatusModifier and TypeMethodDescriptionvoid
Topic.setStatus
(TopicStatus value) Sets the value of the 'Status
' attribute. -
Uses of TopicStatus in org.eclipse.emf.cdo.lm.reviews.impl
Fields in org.eclipse.emf.cdo.lm.reviews.impl declared as TopicStatusModifier and TypeFieldDescriptionprotected static final TopicStatus
TopicImpl.STATUS_EDEFAULT
The default value of the 'Status
' attribute.Methods in org.eclipse.emf.cdo.lm.reviews.impl that return TopicStatusModifier and TypeMethodDescriptionReviewsFactoryImpl.createTopicStatusFromString
(EDataType eDataType, String initialValue) TopicImpl.getStatus()
Methods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type TopicStatus