public interface Comment extends DiscussionElement
The following features are supported:
DoorsPackage.getComment()
Modifier and Type | Method and Description |
---|---|
Discussion |
getDiscussion()
Returns the value of the 'Discussion' container reference.
|
String |
getText()
Returns the value of the 'Text' attribute.
|
boolean |
isChangedStatus()
Returns the value of the 'Changed Status' attribute.
|
void |
setChangedStatus(boolean value)
Sets the value of the '
Changed Status ' attribute. |
void |
setDiscussion(Discussion value)
Sets the value of the '
Discussion ' container reference. |
void |
setText(String value)
Sets the value of the '
Text ' attribute. |
getCreatedBy, getCreatedOn, getStatus, setCreatedBy, setCreatedOn, setStatus
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getText()
""
.
setText(String)
,
DoorsPackage.getComment_Text()
void setText(String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
boolean isChangedStatus()
setChangedStatus(boolean)
,
DoorsPackage.getComment_ChangedStatus()
void setChangedStatus(boolean value)
Changed Status
' attribute.
value
- the new value of the 'Changed Status' attribute.isChangedStatus()
Discussion getDiscussion()
Comments
'.
setDiscussion(Discussion)
,
DoorsPackage.getComment_Discussion()
,
Discussion.getComments()
void setDiscussion(Discussion value)
Discussion
' container reference.
value
- the new value of the 'Discussion' container reference.getDiscussion()