Package com._1c.g5.v8.dt.bsl.model
Interface BslContextDef
- All Superinterfaces:
ContextDef
,Environmental
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BslContextDefImpl
A representation of the model object 'Bsl Context Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Method>
org.eclipse.emf.common.util.EList<Property>
org.eclipse.emf.common.util.EList<ContextDef>
Returns the value of the 'All Method Names' attribute.org.eclipse.emf.common.util.URI
Returns the value of the 'Module Uri' attribute.boolean
Returns the value of the 'Global Common Module' attribute.void
setAllMethodNames
(String value) Sets the value of the 'All Method Names
' attribute.void
setGlobalCommonModule
(boolean value) Sets the value of the 'Global Common Module
' attribute.void
setModuleUri
(org.eclipse.emf.common.util.URI value) Sets the value of the 'Module Uri
' attribute.Methods inherited from interface com._1c.g5.v8.dt.mcore.ContextDef
getMethods, getProperties, getRefContextDefs
Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironments
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
-
getModuleUri
org.eclipse.emf.common.util.URI getModuleUri()Returns the value of the 'Module Uri' attribute.- Returns:
- the value of the 'Module Uri' attribute.
- See Also:
-
setModuleUri
void setModuleUri(org.eclipse.emf.common.util.URI value) Sets the value of the 'Module Uri
' attribute.- Parameters:
value
- the new value of the 'Module Uri' attribute.- See Also:
-
isGlobalCommonModule
boolean isGlobalCommonModule()Returns the value of the 'Global Common Module' attribute.- Returns:
- the value of the 'Global Common Module' attribute.
- See Also:
-
setGlobalCommonModule
void setGlobalCommonModule(boolean value) Sets the value of the 'Global Common Module
' attribute.- Parameters:
value
- the new value of the 'Global Common Module' attribute.- See Also:
-
getAllMethodNames
String getAllMethodNames()Returns the value of the 'All Method Names' attribute.- Returns:
- the value of the 'All Method Names' attribute.
- See Also:
-
setAllMethodNames
Sets the value of the 'All Method Names
' attribute.- Parameters:
value
- the new value of the 'All Method Names' attribute.- See Also:
-
allProperties
org.eclipse.emf.common.util.EList<Property> allProperties()- Specified by:
allProperties
in interfaceContextDef
-
allMethods
org.eclipse.emf.common.util.EList<Method> allMethods()- Specified by:
allMethods
in interfaceContextDef
-
allRefContextDefs
org.eclipse.emf.common.util.EList<ContextDef> allRefContextDefs()- Specified by:
allRefContextDefs
in interfaceContextDef
-