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.CastingStringValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
String |
getString()
Get the String representation of the current value.
|
streamStrings
exists, getObject
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
String getString()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.