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.AbstractFloatValueAn abstract base for  FloatValue.CastingFloatValuethat automatically casts to all types ifgetFloat()andAnalyticsValue.exists()are implemented. | 
| static interface  | FloatValue.CastingFloatValueAn interface that represents all of the types a  FloatValueshould 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-2019 Apache Software Foundation. All Rights Reserved.