Package com._1c.g5.v8.dt.bsl.model
Interface IndexAccess
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IndexAccessImpl
A representation of the model object 'Index Access'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetIndex()Returns the value of the 'Index' containment reference.Returns the value of the 'Source' containment reference.voidsetIndex(Expression value) Sets the value of the 'Index' containment reference.voidsetSource(Expression value) Sets the value of the 'Source' 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 com._1c.g5.v8.dt.bsl.model.Expression
getRetValTypes, getTypesMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
Expression getSource()Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
-
setSource
Sets the value of the 'Source' containment reference.- Parameters:
value- the new value of the 'Source' containment reference.- See Also:
-
getIndex
Expression getIndex()Returns the value of the 'Index' containment reference.- Returns:
- the value of the 'Index' containment reference.
- See Also:
-
setIndex
Sets the value of the 'Index' containment reference.- Parameters:
value- the new value of the 'Index' containment reference.- See Also:
-