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.CastingFloatValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description |
|---|---|
float |
getFloat()
Get the float representation of the current value.
|
streamFloatsexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsfloat getFloat()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.