Package com._1c.g5.v8.dt.ql.model
Interface ValueLiteralExpression
- 
- All Superinterfaces:
- AbstractExpression,- ALiteralsExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ValueLiteralExpressionImpl
 
 public interface ValueLiteralExpression extends ALiteralsExpression A representation of the model object 'Value Literal Expression'.The following features are supported: - See Also:
- QlPackage.getValueLiteralExpression()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ACommonExpressiongetValues()Returns the value of the 'Values' containment reference.voidsetValues(ACommonExpression value)Sets the value of the 'Values' containment reference.
 
- 
- 
- 
Method Detail- 
getValuesACommonExpression getValues() Returns the value of the 'Values' containment reference.- Returns:
- the value of the 'Values' containment reference.
- See Also:
- setValues(ACommonExpression),- QlPackage.getValueLiteralExpression_Values()
 
 - 
setValuesvoid setValues(ACommonExpression value) Sets the value of the 'Values' containment reference.- Parameters:
- value- the new value of the 'Values' containment reference.
- See Also:
- getValues()
 
 
- 
 
-