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
public interface VariablesScopeSpec extends FeaturesScopeSpec
A representation of the model object 'Variables Scope Spec'.The following features are supported:
- See Also:
BslPackage.getVariablesScopeSpec()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statement
getStatement()
Returns the value of the 'Statement' reference.org.eclipse.emf.ecore.EObject
getVariableRef()
Returns the value of the 'Variable Ref' reference.boolean
isIgnoreImplicits()
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, setEnvironments, setIgnoreModuleItems, setMethod, setModule
-
-
-
-
Method Detail
-
isIgnoreImplicits
boolean isIgnoreImplicits()
Returns the value of the 'Ignore Implicits' attribute.- Returns:
- the value of the 'Ignore Implicits' attribute.
- See Also:
setIgnoreImplicits(boolean)
,BslPackage.getVariablesScopeSpec_IgnoreImplicits()
-
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:
isIgnoreImplicits()
-
getStatement
Statement getStatement()
Returns the value of the 'Statement' reference.- Returns:
- the value of the 'Statement' reference.
- See Also:
setStatement(Statement)
,BslPackage.getVariablesScopeSpec_Statement()
-
setStatement
void setStatement(Statement value)
Sets the value of the 'Statement
' reference.- Parameters:
value
- the new value of the 'Statement' reference.- See Also:
getStatement()
-
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(EObject)
,BslPackage.getVariablesScopeSpec_VariableRef()
-
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:
getVariableRef()
-
-