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
public interface DynamicFeatureAccess extends FeatureAccess
A representation of the model object 'Dynamic Feature Access'.The following features are supported:
- See Also:
BslPackage.getDynamicFeatureAccess()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<FeatureEntry>
getFeatureEntries()
Returns the value of the 'Feature Entries' containment reference list.Expression
getSource()
Returns the value of the 'Source' containment reference.boolean
isSetFeatureEntries()
Returns whether the value of the 'Feature Entries
' containment reference list is set.void
setSource(Expression value)
Sets the value of the 'Source
' containment reference.void
unsetFeatureEntries()
Unsets 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, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.Expression
getRetValTypes, getTypes
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.FeatureAccess
getName, setName
-
-
-
-
Method Detail
-
getSource
Expression getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(Expression)
,BslPackage.getDynamicFeatureAccess_Source()
-
setSource
void setSource(Expression value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
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:
isSetFeatureEntries()
,unsetFeatureEntries()
,BslPackage.getDynamicFeatureAccess_FeatureEntries()
-
unsetFeatureEntries
void unsetFeatureEntries()
Unsets the value of the 'Feature Entries
' containment reference list.- See Also:
isSetFeatureEntries()
,getFeatureEntries()
-
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:
unsetFeatureEntries()
,getFeatureEntries()
-
-