Package com._1c.g5.v8.dt.bsl.model
Interface StaticFeatureAccess
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,FeatureAccess,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StaticFeatureAccessImpl
A representation of the model object 'Static Feature Access'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<FeatureEntry>Returns the value of the 'Feature Entries' containment reference list.Returns the value of the 'Implicit Variable' containment reference.voidSets the value of the 'Implicit Variable' 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 com._1c.g5.v8.dt.bsl.model.FeatureAccess
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureEntries
org.eclipse.emf.common.util.EList<FeatureEntry> getFeatureEntries()Returns the value of the 'Feature Entries' containment reference list. The list contents are of typeFeatureEntry.- Returns:
- the value of the 'Feature Entries' containment reference list.
- See Also:
-
getImplicitVariable
ImplicitVariable getImplicitVariable()Returns the value of the 'Implicit Variable' containment reference.- Returns:
- the value of the 'Implicit Variable' containment reference.
- See Also:
-
setImplicitVariable
Sets the value of the 'Implicit Variable' containment reference.- Parameters:
value- the new value of the 'Implicit Variable' containment reference.- See Also:
-