org.ucworkbench.model.review
Interface ReviewStatus


public interface ReviewStatus

A representation of the model object 'Status'.

The following features are supported:

See Also:
ReviewPackage.getReviewStatus()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getNodeReview()
          Returns the value of the 'Node Review' containment reference list.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getNodeReview

EList getNodeReview()
Returns the value of the 'Node Review' containment reference list. The list contents are of type NodeReview. It is bidirectional and its opposite is 'Review Status'.

If the meaning of the 'Node Review' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node Review' containment reference list.
See Also:
ReviewPackage.getReviewStatus_NodeReview(), NodeReview.getReviewStatus()