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
public interface BslContextDefMockMethod extends BslContextDefMethod
A representation of the model object 'Mock Method'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getContext()
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
isDeprecated, isServerCall, setDeprecated, setServerCall
-
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 Detail
-
getContext
org.eclipse.emf.ecore.EObject getContext()
Returns the value of the 'Context' reference.- Returns:
- the value of the 'Context' reference.
- See Also:
setContext(EObject)
,BslContextDefPackage.getBslContextDefMockMethod_Context()
-
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:
getContext()
-
-