|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOFScriptComment
A representation of the model object 'MOF Script Comment'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptComment()
Method Summary | |
---|---|
java.lang.String |
getCommentText()
Returns the value of the 'Comment Text' attribute. |
boolean |
isDocStyle()
Returns the value of the 'Doc Style' attribute |
boolean |
isSingleLine()
Returns the value of the 'Single Line' attribute |
void |
setCommentText(java.lang.String value)
Sets the value of the ' Comment Text ' attribute |
void |
setDocStyle(boolean value)
Sets the value of the ' Doc Style ' attribute |
void |
setSingleLine(boolean value)
Sets the value of the ' Single Line ' attribute |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getCommentText()
""
.
If the meaning of the 'Comment Text' attribute isn't clear, there really should be more of a description here...
setCommentText(String)
,
MOFScriptModelPackage.getMOFScriptComment_CommentText()
void setCommentText(java.lang.String value)
Comment Text
' attribute.
value
- the new value of the 'Comment Text' attribute.getCommentText()
boolean isSingleLine()
If the meaning of the 'Single Line' attribute isn't clear, there really should be more of a description here...
setSingleLine(boolean)
,
MOFScriptModelPackage.getMOFScriptComment_SingleLine()
void setSingleLine(boolean value)
Single Line
' attribute.
value
- the new value of the 'Single Line' attribute.isSingleLine()
boolean isDocStyle()
If the meaning of the 'Doc Style' attribute isn't clear, there really should be more of a description here...
setDocStyle(boolean)
,
MOFScriptModelPackage.getMOFScriptComment_DocStyle()
void setDocStyle(boolean value)
Doc Style
' attribute.
value
- the new value of the 'Doc Style' attribute.isDocStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |