public interface Comment extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getComment()
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the value of the 'Author' attribute.
|
String |
getBody()
Returns the value of the 'Body' attribute.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setAuthor(String value)
Sets the value of the '
Author ' attribute. |
void |
setBody(String value)
Sets the value of the '
Body ' attribute. |
void |
setVisible(boolean value)
Sets the value of the '
Visible ' 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
eAdapters, eDeliver, eNotify, eSetDeliver
String getBody()
""
.
setBody(String)
,
ExcelPackage.getComment_Body()
void setBody(String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
String getAuthor()
""
.
setAuthor(String)
,
ExcelPackage.getComment_Author()
void setAuthor(String value)
Author
' attribute.
value
- the new value of the 'Author' attribute.getAuthor()
boolean isVisible()
setVisible(boolean)
,
ExcelPackage.getComment_Visible()
void setVisible(boolean value)
Visible
' attribute.
value
- the new value of the 'Visible' attribute.isVisible()