Package com._1c.g5.v8.dt.bsl.model
Interface MethodsScopeSpec
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,FeaturesScopeSpec,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MethodsScopeSpecImpl
A representation of the model object 'Methods Scope Spec'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectReturns the value of the 'Method Ref' reference.booleanReturns the value of the 'Ignore Server Calls' attribute.voidsetIgnoreServerCalls(boolean value) Sets the value of the 'Ignore Server Calls' attribute.voidsetMethodRef(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Method Ref' reference.Methods 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 com._1c.g5.v8.dt.bsl.model.FeaturesScopeSpec
getEnvironments, getMethod, getModule, isIgnoreModuleItems, isOnlyModuleItems, setEnvironments, setIgnoreModuleItems, setMethod, setModule, setOnlyModuleItemsMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isIgnoreServerCalls
boolean isIgnoreServerCalls()Returns the value of the 'Ignore Server Calls' attribute.- Returns:
- the value of the 'Ignore Server Calls' attribute.
- See Also:
-
setIgnoreServerCalls
void setIgnoreServerCalls(boolean value) Sets the value of the 'Ignore Server Calls' attribute.- Parameters:
value- the new value of the 'Ignore Server Calls' attribute.- See Also:
-
getMethodRef
org.eclipse.emf.ecore.EObject getMethodRef()Returns the value of the 'Method Ref' reference.- Returns:
- the value of the 'Method Ref' reference.
- See Also:
-
setMethodRef
void setMethodRef(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Method Ref' reference.- Parameters:
value- the new value of the 'Method Ref' reference.- See Also:
-