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
public interface BslContextDef extends ContextDef
A representation of the model object 'Bsl Context Def'.The following features are supported:
- See Also:
BslContextDefPackage.getBslContextDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Method>
allMethods()
org.eclipse.emf.common.util.EList<Property>
allProperties()
org.eclipse.emf.common.util.EList<ContextDef>
allRefContextDefs()
String
getAllMethodNames()
Returns the value of the 'All Method Names' attribute.org.eclipse.emf.common.util.URI
getModuleUri()
Returns the value of the 'Module Uri' attribute.boolean
isGlobalCommonModule()
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
-
-
-
-
Method Detail
-
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(URI)
,BslContextDefPackage.getBslContextDef_ModuleUri()
-
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:
getModuleUri()
-
isGlobalCommonModule
boolean isGlobalCommonModule()
Returns the value of the 'Global Common Module' attribute.- Returns:
- the value of the 'Global Common Module' attribute.
- See Also:
setGlobalCommonModule(boolean)
,BslContextDefPackage.getBslContextDef_GlobalCommonModule()
-
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:
isGlobalCommonModule()
-
getAllMethodNames
String getAllMethodNames()
Returns the value of the 'All Method Names' attribute.- Returns:
- the value of the 'All Method Names' attribute.
- See Also:
setAllMethodNames(String)
,BslContextDefPackage.getBslContextDef_AllMethodNames()
-
setAllMethodNames
void setAllMethodNames(String value)
Sets the value of the 'All Method Names
' attribute.- Parameters:
value
- the new value of the 'All Method Names' attribute.- See Also:
getAllMethodNames()
-
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
-
-