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:
BslPackage.getParamSet()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxParams()
Returns the value of the 'Max Params' attribute.int
getMinParams()
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.
-
-
-
Method Detail
-
getMinParams
int getMinParams()
Returns the value of the 'Min Params' attribute.- Returns:
- the value of the 'Min Params' attribute.
- See Also:
setMinParams(int)
,BslPackage.getParamSet_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()
-
getMaxParams
int getMaxParams()
Returns the value of the 'Max Params' attribute.- Returns:
- the value of the 'Max Params' attribute.
- See Also:
setMaxParams(int)
,BslPackage.getParamSet_MaxParams()
-
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:
getMaxParams()
-
-