public interface IntValue extends IntValueStream, AnalyticsValue
The back-end production of the value can change inbetween calls to getInt()
and AnalyticsValue.exists()
,
resulting in different values on each call.
Modifier and Type | Interface and Description |
---|---|
static class |
IntValue.AbstractIntValue
An abstract base for
IntValue.CastingIntValue that automatically casts to all types if getInt() and AnalyticsValue.exists() are implemented. |
static interface |
IntValue.CastingIntValue
An interface that represents all of the types a
IntValue should be able to cast to. |
IntValueStream.AbstractIntValueStream, IntValueStream.CastingIntValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
int |
getInt()
Get the int representation of the current value.
|
streamInts
exists, getObject
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
int getInt()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.