Package com.sodius.mdw.metamodel.doors
Interface DiscussionElement
-
- All Superinterfaces:
Comparable<Object>
,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
- All Known Subinterfaces:
Comment
,Discussion
public interface DiscussionElement extends DoorsElement
A representation of the model object 'Discussion Element'.The following features are supported:
- See Also:
DoorsPackage.getDiscussionElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
getCreatedBy
String getCreatedBy()
Returns the value of the 'Created By' attribute. The default value is""
.- Returns:
- the value of the 'Created By' attribute.
- See Also:
setCreatedBy(String)
,DoorsPackage.getDiscussionElement_CreatedBy()
-
setCreatedBy
void setCreatedBy(String value)
Sets the value of the 'Created By
' attribute.- Parameters:
value
- the new value of the 'Created By' attribute.- See Also:
getCreatedBy()
-
getCreatedOn
String getCreatedOn()
Returns the value of the 'Created On' attribute. The default value is""
.- Returns:
- the value of the 'Created On' attribute.
- See Also:
setCreatedOn(String)
,DoorsPackage.getDiscussionElement_CreatedOn()
-
setCreatedOn
void setCreatedOn(String value)
Sets the value of the 'Created On
' attribute.- Parameters:
value
- the new value of the 'Created On' attribute.- See Also:
getCreatedOn()
-
getStatus
DiscussionStatus getStatus()
Returns the value of the 'Status' attribute. The literals are from the enumerationDiscussionStatus
.- Returns:
- the value of the 'Status' attribute.
- See Also:
DiscussionStatus
,setStatus(DiscussionStatus)
,DoorsPackage.getDiscussionElement_Status()
-
setStatus
void setStatus(DiscussionStatus value)
Sets the value of the 'Status
' attribute.- Parameters:
value
- the new value of the 'Status' attribute.- See Also:
DiscussionStatus
,getStatus()
-
-