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
public interface MethodsScopeSpec extends FeaturesScopeSpec
A representation of the model object 'Methods Scope Spec'.The following features are supported:
- See Also:
BslPackage.getMethodsScopeSpec()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getMethodRef()
Returns the value of the 'Method Ref' reference.boolean
isIgnoreServerCalls()
Returns the value of the 'Ignore Server Calls' attribute.void
setIgnoreServerCalls(boolean value)
Sets the value of the 'Ignore Server Calls
' attribute.void
setMethodRef(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, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.FeaturesScopeSpec
getEnvironments, getMethod, getModule, isIgnoreModuleItems, setEnvironments, setIgnoreModuleItems, setMethod, setModule
-
-
-
-
Method Detail
-
isIgnoreServerCalls
boolean isIgnoreServerCalls()
Returns the value of the 'Ignore Server Calls' attribute.- Returns:
- the value of the 'Ignore Server Calls' attribute.
- See Also:
setIgnoreServerCalls(boolean)
,BslPackage.getMethodsScopeSpec_IgnoreServerCalls()
-
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:
isIgnoreServerCalls()
-
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(EObject)
,BslPackage.getMethodsScopeSpec_MethodRef()
-
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:
getMethodRef()
-
-