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
A representation of the model object 'Value Literal Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Values' containment reference.voidsetValues(ACommonExpression value) Sets the value of the 'Values' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValues
ACommonExpression getValues()Returns the value of the 'Values' containment reference.- Returns:
- the value of the 'Values' containment reference.
- See Also:
-
setValues
Sets the value of the 'Values' containment reference.- Parameters:
value- the new value of the 'Values' containment reference.- See Also:
-