public interface DoubleValue extends DoubleValueStream, AnalyticsValue
 The back-end production of the value can change inbetween calls to getDouble() and AnalyticsValue.exists(),
 resulting in different values on each call.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DoubleValue.AbstractDoubleValueAn abstract base for  DoubleValue.CastingDoubleValuethat automatically casts to all types ifgetDouble()andAnalyticsValue.exists()are implemented. | 
| static interface  | DoubleValue.CastingDoubleValueAn interface that represents all of the types a  DoubleValueshould be able to cast to. | 
DoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| double | getDouble()Get the double representation of the current value. | 
streamDoublesexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsdouble getDouble()
 NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.