Package com._1c.g5.v8.dt.bsl.model
Interface BslContextDefMockMethod
- All Superinterfaces:
AbstractMethod
,BslContextDefMethod
,DuallyNamedElement
,Environmental
,org.eclipse.emf.ecore.EObject
,Method
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,SourceObjectLinkProvider
,VersionedItem
- All Known Implementing Classes:
BslContextDefMockMethodImpl
A representation of the model object 'Mock Method'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Returns the value of the 'Context' reference.void
setContext
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Context
' reference.Methods inherited from interface com._1c.g5.v8.dt.mcore.AbstractMethod
actualParamSet, getParamSet, getRetValType, isRetVal, setRetVal
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.BslContextDefMethod
getCommentLineLocalOffsets, getCommentLines, isDeprecated, isServerCall, isSetCommentLineLocalOffsets, isSetCommentLines, setDeprecated, setServerCall, unsetCommentLineLocalOffsets, unsetCommentLines
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.SourceObjectLinkProvider
getSourceUri, setSourceUri
Methods inherited from interface com._1c.g5.v8.dt.mcore.VersionedItem
getCompatibilityMode, getDeprecatedSince, getReplacedBy, setCompatibilityMode, setDeprecatedSince
-
Method Details
-
getContext
org.eclipse.emf.ecore.EObject getContext()Returns the value of the 'Context' reference.- Returns:
- the value of the 'Context' reference.
- See Also:
-
setContext
void setContext(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Context
' reference.- Parameters:
value
- the new value of the 'Context' reference.- See Also:
-