Uses of Class
net.degreedays.api.data.DataValue

Packages that use DataValue
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of DataValue in net.degreedays.api.data
 

Subclasses of DataValue in net.degreedays.api.data
 class DatedDataValue
           Contains a degree-day value for a specific dated period (a single day or a range of days like a specific week, month, or year).
 

Methods in net.degreedays.api.data that return DataValue
 DataValue AverageDataSet.annualAverage()
          Returns the non-null average annual value.
 DataValue AverageDataSet.monthlyAverage(int monthIndexWithJanAs1)
          Returns the non-null average value for the specified month (e.g. pass 1 for the average value for the month of January).
static DataValue DataValue.of(double value, double percentageEstimated)
          Returns a non-null DataValue object with the specified configuration.
 

Methods in net.degreedays.api.data with parameters of type DataValue
 AverageDataSet.Builder AverageDataSet.Builder.setAnnualAverage(DataValue annualValue)
           
 AverageDataSet.Builder AverageDataSet.Builder.setMonthlyAverage(int monthIndexWithJanAs1, DataValue monthlyAverage)
          Sets the average value for the specified month (January having index 1).
 



www.degreedays.net/api/