org.ucworkbench.model.review
Interface Comment


public interface Comment

A representation of the model object 'Comment'.

The following features are supported:

See Also:
ReviewPackage.getComment()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getContent()
          Returns the value of the 'Content' attribute.
 NodeReview getNodeReview()
          Returns the value of the 'Node Review' container reference.
 void setContent(java.lang.String value)
          Sets the value of the 'Content' attribute.
 void setNodeReview(NodeReview value)
          Sets the value of the 'Node Review' container reference.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getContent

java.lang.String getContent()
Returns the value of the 'Content' attribute.

If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content' attribute.
See Also:
setContent(String), ReviewPackage.getComment_Content()

setContent

void setContent(java.lang.String value)
Sets the value of the 'Content' attribute.

Parameters:
value - the new value of the 'Content' attribute.
See Also:
getContent()

getNodeReview

NodeReview getNodeReview()
Returns the value of the 'Node Review' container reference. It is bidirectional and its opposite is 'Comment'.

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

Returns:
the value of the 'Node Review' container reference.
See Also:
setNodeReview(NodeReview), ReviewPackage.getComment_NodeReview(), NodeReview.getComment()

setNodeReview

void setNodeReview(NodeReview value)
Sets the value of the 'Node Review' container reference.

Parameters:
value - the new value of the 'Node Review' container reference.
See Also:
getNodeReview()