public interface DiscussionElement extends DoorsElement
The following features are supported:
DoorsPackage.getDiscussionElement()
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Returns the value of the 'Created By' attribute.
|
String |
getCreatedOn()
Returns the value of the 'Created On' attribute.
|
DiscussionStatus |
getStatus()
Returns the value of the 'Status' attribute.
|
void |
setCreatedBy(String value)
Sets the value of the '
Created By ' attribute. |
void |
setCreatedOn(String value)
Sets the value of the '
Created On ' attribute. |
void |
setStatus(DiscussionStatus value)
Sets the value of the '
Status ' attribute. |
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 getCreatedBy()
""
.
setCreatedBy(String)
,
DoorsPackage.getDiscussionElement_CreatedBy()
void setCreatedBy(String value)
Created By
' attribute.
value
- the new value of the 'Created By' attribute.getCreatedBy()
String getCreatedOn()
""
.
setCreatedOn(String)
,
DoorsPackage.getDiscussionElement_CreatedOn()
void setCreatedOn(String value)
Created On
' attribute.
value
- the new value of the 'Created On' attribute.getCreatedOn()
DiscussionStatus getStatus()
DiscussionStatus
.
DiscussionStatus
,
setStatus(DiscussionStatus)
,
DoorsPackage.getDiscussionElement_Status()
void setStatus(DiscussionStatus value)
Status
' attribute.
value
- the new value of the 'Status' attribute.DiscussionStatus
,
getStatus()