Package com._1c.g5.v8.dt.bsl.model
Interface VariablesScopeSpec
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FeaturesScopeSpec
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VariablesScopeSpecImpl
A representation of the model object 'Variables Scope Spec'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Statement' reference.org.eclipse.emf.ecore.EObject
Returns the value of the 'Variable Ref' reference.boolean
Returns the value of the 'Ignore Implicits' attribute.void
setIgnoreImplicits
(boolean value) Sets the value of the 'Ignore Implicits
' attribute.void
setStatement
(Statement value) Sets the value of the 'Statement
' reference.void
setVariableRef
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Variable Ref
' 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.FeaturesScopeSpec
getEnvironments, getMethod, getModule, isIgnoreModuleItems, isOnlyModuleItems, setEnvironments, setIgnoreModuleItems, setMethod, setModule, setOnlyModuleItems
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isIgnoreImplicits
boolean isIgnoreImplicits()Returns the value of the 'Ignore Implicits' attribute.- Returns:
- the value of the 'Ignore Implicits' attribute.
- See Also:
-
setIgnoreImplicits
void setIgnoreImplicits(boolean value) Sets the value of the 'Ignore Implicits
' attribute.- Parameters:
value
- the new value of the 'Ignore Implicits' attribute.- See Also:
-
getStatement
Statement getStatement()Returns the value of the 'Statement' reference.- Returns:
- the value of the 'Statement' reference.
- See Also:
-
setStatement
Sets the value of the 'Statement
' reference.- Parameters:
value
- the new value of the 'Statement' reference.- See Also:
-
getVariableRef
org.eclipse.emf.ecore.EObject getVariableRef()Returns the value of the 'Variable Ref' reference.- Returns:
- the value of the 'Variable Ref' reference.
- See Also:
-
setVariableRef
void setVariableRef(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Variable Ref
' reference.- Parameters:
value
- the new value of the 'Variable Ref' reference.- See Also:
-