|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Comment
A representation of the model object 'Comment'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getContent()
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String)
,
ReviewPackage.getComment_Content()
void setContent(java.lang.String value)
Content
'
attribute.
value
- the new value of the 'Content' attribute.getContent()
NodeReview getNodeReview()
Comment
'.
If the meaning of the 'Node Review' container reference isn't clear, there really should be more of a description here...
setNodeReview(NodeReview)
,
ReviewPackage.getComment_NodeReview()
,
NodeReview.getComment()
void setNodeReview(NodeReview value)
Node Review
'
container reference.
value
- the new value of the 'Node Review' container
reference.getNodeReview()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |