Package com._1c.g5.v8.dt.bsl.model
Interface BslContextDefMethod
-
- All Superinterfaces:
AbstractMethod
,DuallyNamedElement
,Environmental
,org.eclipse.emf.ecore.EObject
,Method
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,SourceObjectLinkProvider
,VersionedItem
- All Known Subinterfaces:
BslContextDefMockMethod
- All Known Implementing Classes:
BslContextDefMethodImpl
,BslContextDefMockMethodImpl
public interface BslContextDefMethod extends Method, SourceObjectLinkProvider
A representation of the model object 'Method'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDeprecated()
Returns the value of the 'Deprecated' attribute.boolean
isServerCall()
Returns the value of the 'Server Call' attribute.void
setDeprecated(boolean value)
Sets the value of the 'Deprecated
' attribute.void
setServerCall(boolean value)
Sets the value of the 'Server Call
' attribute.-
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.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
-
isServerCall
boolean isServerCall()
Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
setServerCall(boolean)
,BslContextDefPackage.getBslContextDefMethod_ServerCall()
-
setServerCall
void setServerCall(boolean value)
Sets the value of the 'Server Call
' attribute.- Parameters:
value
- the new value of the 'Server Call' attribute.- See Also:
isServerCall()
-
isDeprecated
boolean isDeprecated()
Returns the value of the 'Deprecated' attribute.- Returns:
- the value of the 'Deprecated' attribute.
- See Also:
setDeprecated(boolean)
,BslContextDefPackage.getBslContextDefMethod_Deprecated()
-
setDeprecated
void setDeprecated(boolean value)
Sets the value of the 'Deprecated
' attribute.- Parameters:
value
- the new value of the 'Deprecated' attribute.- See Also:
isDeprecated()
-
-