Package cz.vutbr.fit.layout.impl
Class ParameterInt
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseParameter
-
- cz.vutbr.fit.layout.impl.ParameterInt
-
- All Implemented Interfaces:
Parameter
public class ParameterInt extends BaseParameter
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description ParameterInt(String name)
ParameterInt(String name, int minValue, int maxValue)
ParameterInt(String name, String description, int minValue, int maxValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxValue()
int
getMinValue()
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParameter
getDescription, getName
-
-