Package de.gebit.integrity.dsl
Interface VisibleComment
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SuiteStatement
- All Known Subinterfaces:
VisibleMultiLineComment,VisibleMultiLineNormalComment,VisibleMultiLineTitleComment,VisibleSingleLineComment,VisibleSingleLineNormalComment,VisibleSingleLineTitleComment
- All Known Implementing Classes:
VisibleCommentImpl,VisibleMultiLineCommentImpl,VisibleMultiLineNormalCommentImpl,VisibleMultiLineTitleCommentImpl,VisibleSingleLineCommentImpl,VisibleSingleLineNormalCommentImpl,VisibleSingleLineTitleCommentImpl
public interface VisibleComment extends SuiteStatement
A representation of the model object 'Visible Comment'.The following features are supported:
- See Also:
DslPackage.getVisibleComment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Returns the value of the 'Content' attribute.voidsetContent(String value)Sets the value of the 'Content' attribute.
-
-
-
Method Detail
-
getContent
String getContent()
Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
setContent(String),DslPackage.getVisibleComment_Content()
-
setContent
void setContent(String value)
Sets the value of the 'Content' attribute.- Parameters:
value- the new value of the 'Content' attribute.- See Also:
getContent()
-
-