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.CastingDoubleValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
double |
getDouble()
Get the double representation of the current value.
|
streamDoubles
exists, getObject
createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
double getDouble()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.