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:
BslPackage.getFeaturesScopeSpec()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Environments
getEnvironments()
Returns the value of the 'Environments' attribute.Method
getMethod()
Returns the value of the 'Method' reference.Module
getModule()
Returns the value of the 'Module' reference.boolean
isIgnoreModuleItems()
Returns the value of the 'Ignore 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
setMethod(Method value)
Sets the value of the 'Method
' reference.void
setModule(Module value)
Sets the value of the 'Module
' reference.
-
-
-
Method Detail
-
getModule
Module getModule()
Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
setModule(com._1c.g5.v8.dt.bsl.model.Module)
,BslPackage.getFeaturesScopeSpec_Module()
-
setModule
void setModule(Module value)
Sets the value of the 'Module
' reference.- Parameters:
value
- the new value of the 'Module' reference.- See Also:
getModule()
-
getMethod
Method getMethod()
Returns the value of the 'Method' reference.- Returns:
- the value of the 'Method' reference.
- See Also:
setMethod(Method)
,BslPackage.getFeaturesScopeSpec_Method()
-
setMethod
void setMethod(Method value)
Sets the value of the 'Method
' reference.- Parameters:
value
- the new value of the 'Method' reference.- See Also:
getMethod()
-
getEnvironments
Environments getEnvironments()
Returns the value of the 'Environments' attribute.- Returns:
- the value of the 'Environments' attribute.
- See Also:
setEnvironments(Environments)
,BslPackage.getFeaturesScopeSpec_Environments()
-
setEnvironments
void setEnvironments(Environments value)
Sets the value of the 'Environments
' attribute.- Parameters:
value
- the new value of the 'Environments' attribute.- See Also:
getEnvironments()
-
isIgnoreModuleItems
boolean isIgnoreModuleItems()
Returns the value of the 'Ignore Module Items' attribute.- Returns:
- the value of the 'Ignore Module Items' attribute.
- See Also:
setIgnoreModuleItems(boolean)
,BslPackage.getFeaturesScopeSpec_IgnoreModuleItems()
-
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:
isIgnoreModuleItems()
-
-