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
public interface ContextDefMethodInfo extends ContextDefItemInfo
A representation of the model object 'Context Def Method Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMinParams()
Returns the value of the 'Min Params' attribute.org.eclipse.emf.common.util.EList<Boolean>
getOutParams()
Returns the value of the 'Out Params' attribute list.boolean
isDeprecated()
Returns the value of the 'Deprecated' attribute.boolean
isFunction()
Returns the value of the 'Function' attribute.boolean
isServerCall()
Returns the value of the 'Server Call' attribute.void
setDeprecated(boolean value)
Sets the value of the 'Deprecated
' attribute.void
setFunction(boolean value)
Sets the value of the 'Function
' attribute.void
setMinParams(int value)
Sets the value of the 'Min Params
' attribute.void
setServerCall(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, setSourceUri
-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
isFunction
boolean isFunction()
Returns the value of the 'Function' attribute.- Returns:
- the value of the 'Function' attribute.
- See Also:
setFunction(boolean)
,BslIndexPackage.getContextDefMethodInfo_Function()
-
setFunction
void setFunction(boolean value)
Sets the value of the 'Function
' attribute.- Parameters:
value
- the new value of the 'Function' attribute.- See Also:
isFunction()
-
isServerCall
boolean isServerCall()
Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
setServerCall(boolean)
,BslIndexPackage.getContextDefMethodInfo_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)
,BslIndexPackage.getContextDefMethodInfo_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()
-
getMinParams
int getMinParams()
Returns the value of the 'Min Params' attribute.- Returns:
- the value of the 'Min Params' attribute.
- See Also:
setMinParams(int)
,BslIndexPackage.getContextDefMethodInfo_MinParams()
-
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:
getMinParams()
-
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:
BslIndexPackage.getContextDefMethodInfo_OutParams()
-
-