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.AbstractDoubleValue
An abstract base for  
DoubleValue.CastingDoubleValue that automatically casts to all types if getDouble() and AnalyticsValue.exists() are implemented. | 
static interface  | 
DoubleValue.CastingDoubleValue
An interface that represents all of the types a  
DoubleValue should 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-2018 Apache Software Foundation. All Rights Reserved.