Package com._1c.g5.v8.dt.ql.model
Interface StringLiteralExpression
-
- All Superinterfaces:
AbstractExpression
,ALiteralsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StringLiteralExpressionImpl
public interface StringLiteralExpression extends ALiteralsExpression
A representation of the model object 'String Literal Expression'.The following features are supported:
- See Also:
QlPackage.getStringLiteralExpression()
-
-
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)
,QlPackage.getStringLiteralExpression_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()
-
-