public interface FloatValue extends FloatValueStream, AnalyticsValue
The back-end production of the value can change inbetween calls to getFloat()
and AnalyticsValue.exists()
,
resulting in different values on each call.
Modifier and Type | Interface and Description |
---|---|
static class |
FloatValue.AbstractFloatValue
An abstract base for
FloatValue.CastingFloatValue that automatically casts to all types if getFloat() and AnalyticsValue.exists() are implemented. |
static interface |
FloatValue.CastingFloatValue
An interface that represents all of the types a
FloatValue should be able to cast to. |
FloatValueStream.AbstractFloatValueStream, FloatValueStream.CastingFloatValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
float |
getFloat()
Get the float representation of the current value.
|
streamFloats
exists, getObject
createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
float getFloat()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.