Package com.sodius.mdw.metamodel.excel
Interface Comment
-
- All Superinterfaces:
Comparable<Object>,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface Comment extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Comment'.The following features are supported:
- See Also:
ExcelPackage.getComment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()Returns the value of the 'Author' attribute.StringgetBody()Returns the value of the 'Body' attribute.booleanisVisible()Returns the value of the 'Visible' attribute.voidsetAuthor(String value)Sets the value of the 'Author' attribute.voidsetBody(String value)Sets the value of the 'Body' attribute.voidsetVisible(boolean value)Sets the value of the 'Visible' 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
-
getBody
String getBody()
Returns the value of the 'Body' attribute. The default value is"".- Returns:
- the value of the 'Body' attribute.
- See Also:
setBody(String),ExcelPackage.getComment_Body()
-
setBody
void setBody(String value)
Sets the value of the 'Body' attribute.- Parameters:
value- the new value of the 'Body' attribute.- See Also:
getBody()
-
getAuthor
String getAuthor()
Returns the value of the 'Author' attribute. The default value is"".- Returns:
- the value of the 'Author' attribute.
- See Also:
setAuthor(String),ExcelPackage.getComment_Author()
-
setAuthor
void setAuthor(String value)
Sets the value of the 'Author' attribute.- Parameters:
value- the new value of the 'Author' attribute.- See Also:
getAuthor()
-
isVisible
boolean isVisible()
Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
setVisible(boolean),ExcelPackage.getComment_Visible()
-
setVisible
void setVisible(boolean value)
Sets the value of the 'Visible' attribute.- Parameters:
value- the new value of the 'Visible' attribute.- See Also:
isVisible()
-
-