Class ReportFloatParm
- java.lang.Object
-
- org.opennms.api.reporting.parameter.ReportParm
-
- org.opennms.api.reporting.parameter.ReportFloatParm
-
- All Implemented Interfaces:
Serializable
public class ReportFloatParm extends ReportParm implements Serializable
ReportFloatParm class.
- Version:
- $Id: $
- Author:
- jonathan@opennms.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportFloatParm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInputType()
Float
getValue()
void
setInputType(String type)
void
setValue(Float value)
-
Methods inherited from class org.opennms.api.reporting.parameter.ReportParm
getDisplayName, getName, setDisplayName, setName
-
-