Class EstimateValue
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.EstimateValue
A value class that can either hold an estimate value, or is unestimated.
This class is intended as an intermediary holder for summing estimates for reports,
to handle summing of null values correctly, and to avoid repeated autoboxing of doubles.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EstimateValue
public EstimateValue()
-
-
Method Details
-
add
-
get
-
getDoubleValue
public double getDoubleValue()
-