public interface StringValue extends StringValueStream, AnalyticsValue
The back-end production of the value can change inbetween calls to getString() and AnalyticsValue.exists(),
resulting in different values on each call.
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringValue.AbstractStringValue
An abstract base for
StringValue.CastingStringValue that automatically casts to all types if getString() and AnalyticsValue.exists() are implemented. |
static interface |
StringValue.CastingStringValue
An interface that represents all of the types a
StringValue should be able to cast to. |
StringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description |
|---|---|
String |
getString()
Get the String representation of the current value.
|
streamStringsexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsString getString()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.