Package com._1c.g5.v8.dt.bsl.model
Interface ParamSet
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParamSetImpl
public interface ParamSet
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Param Set'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Max Params' attribute.int
Returns the value of the 'Min Params' attribute.void
setMaxParams
(int value) Sets the value of the 'Max Params
' attribute.void
setMinParams
(int value) Sets the value of the 'Min Params
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getMaxParams
int getMaxParams()Returns the value of the 'Max Params' attribute.- Returns:
- the value of the 'Max Params' attribute.
- See Also:
-
setMaxParams
void setMaxParams(int value) Sets the value of the 'Max Params
' attribute.- Parameters:
value
- the new value of the 'Max Params' attribute.- See Also:
-