public interface AnalyticsValue extends AnalyticsValueStream
The back-end production of the value can change inbetween calls to getObject() and exists(),
resulting in different values on each call.
| Modifier and Type | Interface and Description |
|---|---|
static class |
AnalyticsValue.AbstractAnalyticsValue
An abstract base for
AnalyticsValue that automatically casts to castable types. |
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Check whether the current value exists.
|
Object |
getObject()
Get the object representation of the current value.
|
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsboolean exists()
get<Type>() method is called.Object getObject()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.