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
public interface StaticFeatureAccess extends FeatureAccess
A representation of the model object 'Static Feature Access'.The following features are supported:
- See Also:
BslPackage.getStaticFeatureAccess()
-
-
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.ImplicitVariable
getImplicitVariable()
Returns the value of the 'Implicit Variable' containment reference.void
setImplicitVariable(ImplicitVariable value)
Sets 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, 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
-
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:
BslPackage.getStaticFeatureAccess_FeatureEntries()
-
getImplicitVariable
ImplicitVariable getImplicitVariable()
Returns the value of the 'Implicit Variable' containment reference.- Returns:
- the value of the 'Implicit Variable' containment reference.
- See Also:
setImplicitVariable(ImplicitVariable)
,BslPackage.getStaticFeatureAccess_ImplicitVariable()
-
setImplicitVariable
void setImplicitVariable(ImplicitVariable value)
Sets the value of the 'Implicit Variable
' containment reference.- Parameters:
value
- the new value of the 'Implicit Variable' containment reference.- See Also:
getImplicitVariable()
-
-