Package com._1c.g5.v8.dt.bsl.model
Interface FeaturesScopeSpec
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MethodsScopeSpec
,VariablesScopeSpec
- All Known Implementing Classes:
FeaturesScopeSpecImpl
,MethodsScopeSpecImpl
,VariablesScopeSpecImpl
public interface FeaturesScopeSpec
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Features Scope Spec'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Environments' attribute.Returns the value of the 'Method' reference.Returns the value of the 'Module' reference.boolean
Returns the value of the 'Ignore Module Items' attribute.boolean
Returns the value of the 'Only Module Items' attribute.void
setEnvironments
(Environments value) Sets the value of the 'Environments
' attribute.void
setIgnoreModuleItems
(boolean value) Sets the value of the 'Ignore Module Items
' attribute.void
Sets the value of the 'Method
' reference.void
Sets the value of the 'Module
' reference.void
setOnlyModuleItems
(boolean value) Sets the value of the 'Only Module Items
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getModule
Module getModule()Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
-
setModule
Sets the value of the 'Module
' reference.- Parameters:
value
- the new value of the 'Module' reference.- See Also:
-
getMethod
Method getMethod()Returns the value of the 'Method' reference.- Returns:
- the value of the 'Method' reference.
- See Also:
-
setMethod
Sets the value of the 'Method
' reference.- Parameters:
value
- the new value of the 'Method' reference.- See Also:
-
getEnvironments
Environments getEnvironments()Returns the value of the 'Environments' attribute.- Returns:
- the value of the 'Environments' attribute.
- See Also:
-
setEnvironments
Sets the value of the 'Environments
' attribute.- Parameters:
value
- the new value of the 'Environments' attribute.- See Also:
-
isIgnoreModuleItems
boolean isIgnoreModuleItems()Returns the value of the 'Ignore Module Items' attribute.- Returns:
- the value of the 'Ignore Module Items' attribute.
- See Also:
-
setIgnoreModuleItems
void setIgnoreModuleItems(boolean value) Sets the value of the 'Ignore Module Items
' attribute.- Parameters:
value
- the new value of the 'Ignore Module Items' attribute.- See Also:
-
isOnlyModuleItems
boolean isOnlyModuleItems()Returns the value of the 'Only Module Items' attribute.- Returns:
- the value of the 'Only Module Items' attribute.
- See Also:
-
setOnlyModuleItems
void setOnlyModuleItems(boolean value) Sets the value of the 'Only Module Items
' attribute.- Parameters:
value
- the new value of the 'Only Module Items' attribute.- See Also:
-