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