Package cz.vutbr.fit.layout.api
Interface Parameter
-
- All Known Implementing Classes:
BaseParameter,ParameterBoolean,ParameterFloat,ParameterInt,ParameterString
public interface ParameterA parameter of a parametrized operation.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()The decription of the parameter, its meaning and values.StringgetName()Returns the name of the parameter.
-