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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ACommonExpression
getValues()
Returns the value of the 'Values' containment reference.void
setValues(ACommonExpression value)
Sets the value of the 'Values
' containment reference.
-
-
-
Method Detail
-
getValues
ACommonExpression getValues()
Returns the value of the 'Values' containment reference.- Returns:
- the value of the 'Values' containment reference.
- See Also:
setValues(ACommonExpression)
,QlPackage.getValueLiteralExpression_Values()
-
setValues
void setValues(ACommonExpression value)
Sets the value of the 'Values
' containment reference.- Parameters:
value
- the new value of the 'Values' containment reference.- See Also:
getValues()
-
-