Package com.sodius.mdw.metamodel.doors
Interface Comment
-
- All Superinterfaces:
Comparable<Object>
,DiscussionElement
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Comment extends DiscussionElement
A representation of the model object 'Comment'.The following features are supported:
- See Also:
DoorsPackage.getComment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.DiscussionElement
getCreatedBy, getCreatedOn, getStatus, setCreatedBy, setCreatedOn, setStatus
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getText
String getText()
Returns the value of the 'Text' attribute. The default value is""
.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,DoorsPackage.getComment_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
isChangedStatus
boolean isChangedStatus()
Returns the value of the 'Changed Status' attribute.- Returns:
- the value of the 'Changed Status' attribute.
- See Also:
setChangedStatus(boolean)
,DoorsPackage.getComment_ChangedStatus()
-
setChangedStatus
void setChangedStatus(boolean value)
Sets the value of the 'Changed Status
' attribute.- Parameters:
value
- the new value of the 'Changed Status' attribute.- See Also:
isChangedStatus()
-
getDiscussion
Discussion getDiscussion()
Returns the value of the 'Discussion' container reference. It is bidirectional and its opposite is 'Comments
'.- Returns:
- the value of the 'Discussion' container reference.
- See Also:
setDiscussion(Discussion)
,DoorsPackage.getComment_Discussion()
,Discussion.getComments()
-
setDiscussion
void setDiscussion(Discussion value)
Sets the value of the 'Discussion
' container reference.- Parameters:
value
- the new value of the 'Discussion' container reference.- See Also:
getDiscussion()
-
-