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 StringgetName()Returns the name of the parameter.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the parameter.- Returns:
- The parameter name.
-
-