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 SummaryAll 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- 
getContentString getContent() Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
- setContent(String),- QlPackage.getStringLiteralExpression_Content()
 
 - 
setContentvoid setContent(String value) Sets the value of the 'Content' attribute.- Parameters:
- value- the new value of the 'Content' attribute.
- See Also:
- getContent()
 
 
- 
 
-