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.URIReturns the value of the 'Module Uri' attribute.booleanReturns the value of the 'Global Common Module' attribute.voidsetAllMethodNames(String value) Sets the value of the 'All Method Names' attribute.voidsetGlobalCommonModule(boolean value) Sets the value of the 'Global Common Module' attribute.voidsetModuleUri(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, getRefContextDefsMethods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironmentsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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:
allPropertiesin interfaceContextDef
-
allMethods
org.eclipse.emf.common.util.EList<Method> allMethods()- Specified by:
allMethodsin interfaceContextDef
-
allRefContextDefs
org.eclipse.emf.common.util.EList<ContextDef> allRefContextDefs()- Specified by:
allRefContextDefsin interfaceContextDef
-