Class StandardMeasureValue
- java.lang.Object
-
- net.sf.jasperreports.engine.analytics.data.StandardMeasureValue
-
- All Implemented Interfaces:
MeasureValue
public class StandardMeasureValue extends Object implements MeasureValue
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StandardMeasureValue()
StandardMeasureValue(Measure measure, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Measure
getMeasure()
Object
getValue()
boolean
hasValue()
void
setMeasure(Measure measure)
void
setValue(Object value)
String
toString()
-
-
-
Method Detail
-
getMeasure
public Measure getMeasure()
- Specified by:
getMeasure
in interfaceMeasureValue
-
setMeasure
public void setMeasure(Measure measure)
-
hasValue
public boolean hasValue()
- Specified by:
hasValue
in interfaceMeasureValue
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceMeasureValue
-
setValue
public void setValue(Object value)
-
-