Package com._1c.g5.v8.dt.bsl.model
Interface ContextDefMethodInfo
- All Superinterfaces:
ContextDefItemInfo,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ContextDefMethodInfoImpl
A representation of the model object 'Context Def Method Info'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Min Params' attribute.org.eclipse.emf.common.util.EList<Boolean>Returns the value of the 'Out Params' attribute list.booleanReturns the value of the 'Deprecated' attribute.booleanReturns the value of the 'Function' attribute.booleanReturns the value of the 'Server Call' attribute.voidsetDeprecated(boolean value) Sets the value of the 'Deprecated' attribute.voidsetFunction(boolean value) Sets the value of the 'Function' attribute.voidsetMinParams(int value) Sets the value of the 'Min Params' attribute.voidsetServerCall(boolean value) Sets the value of the 'Server Call' attribute.Methods inherited from interface com._1c.g5.v8.dt.bsl.model.ContextDefItemInfo
getEnvs, getName, getSourceUri, setEnvs, setName, setSourceUriMethods 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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isFunction
boolean isFunction()Returns the value of the 'Function' attribute.- Returns:
- the value of the 'Function' attribute.
- See Also:
-
setFunction
void setFunction(boolean value) Sets the value of the 'Function' attribute.- Parameters:
value- the new value of the 'Function' attribute.- See Also:
-
isServerCall
boolean isServerCall()Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
-
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:
-
isDeprecated
boolean isDeprecated()Returns the value of the 'Deprecated' attribute.- Returns:
- the value of the 'Deprecated' attribute.
- See Also:
-
setDeprecated
void setDeprecated(boolean value) Sets the value of the 'Deprecated' attribute.- Parameters:
value- the new value of the 'Deprecated' attribute.- See Also:
-
getMinParams
int getMinParams()Returns the value of the 'Min Params' attribute.- Returns:
- the value of the 'Min Params' attribute.
- See Also:
-
setMinParams
void setMinParams(int value) Sets the value of the 'Min Params' attribute.- Parameters:
value- the new value of the 'Min Params' attribute.- See Also:
-
getOutParams
org.eclipse.emf.common.util.EList<Boolean> getOutParams()Returns the value of the 'Out Params' attribute list. The list contents are of typeBoolean.- Returns:
- the value of the 'Out Params' attribute list.
- See Also:
-