Interface TextStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
- All Known Implementing Classes:
TextStatementImpl
public interface TextStatement extends Statement
A representation of the model object 'Text Statement'.The following features are supported:
- See Also:
RtPackage.getTextStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
Returns the value of the 'Content' attribute.void
setContent(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)
,RtPackage.getTextStatement_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()
-
-