Package com._1c.g5.v8.dt.bsl.model
Interface DynamicFeatureAccess
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,FeatureAccess,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DynamicFeatureAccessImpl
A representation of the model object 'Dynamic 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 'Source' containment reference.booleanReturns whether the value of the 'Feature Entries' containment reference list is set.voidsetSource(Expression value) Sets the value of the 'Source' containment reference.voidUnsets the value of the 'Feature Entries' containment reference list.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
-
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:
-
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:
-
unsetFeatureEntries
void unsetFeatureEntries()Unsets the value of the 'Feature Entries' containment reference list.- See Also:
-
isSetFeatureEntries
boolean isSetFeatureEntries()Returns whether the value of the 'Feature Entries' containment reference list is set.- Returns:
- whether the value of the 'Feature Entries' containment reference list is set.
- See Also:
-