public interface Comment extends Element
The following features are supported:
UMLPackage.getComment()
Modifier and Type | Method and Description |
---|---|
MDWEList<Element> |
getAnnotatedElements()
Returns the value of the 'Annotated Element' reference list.
|
String |
getBody()
Returns the value of the 'Body' attribute
|
boolean |
isSetBody()
Returns whether the value of the '
Body ' attribute is set |
void |
setBody(String value)
Sets the value of the '
Body ' attribute |
void |
unsetBody()
Unsets the value of the '
Body ' attribute |
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
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
eAdapters, eDeliver, eNotify, eSetDeliver
String getBody()
isSetBody()
,
unsetBody()
,
setBody(String)
,
UMLPackage.getComment_Body()
void setBody(String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.isSetBody()
,
unsetBody()
,
getBody()
void unsetBody()
Body
' attribute.
isSetBody()
,
getBody()
,
setBody(String)
boolean isSetBody()
Body
' attribute is set.
unsetBody()
,
getBody()
,
setBody(String)
MDWEList<Element> getAnnotatedElements()
Element
.
References the Element(s) being commented.
UMLPackage.getComment_AnnotatedElement()