Package de.gebit.integrity.dsl
Interface DocumentationComment
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentationCommentImpl
public interface DocumentationComment extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Documentation Comment'.The following features are supported:
- See Also:
DslPackage.getDocumentationComment()
-
-
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.getDocumentationComment_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()
-
-