public abstract class ConstantValue extends Object implements AnalyticsValue
Constant values can be specified in the following ways in analytics requests:
AnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Field and Description | 
|---|---|
| static ExpressionFactory.ConstantFunction | creatorFunction | 
| Constructor and Description | 
|---|
| ConstantValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalyticsValue | convertToConstant()Converts this value to a  ConstantValueif it's expression type isAnalyticsValueStream.ExpressionType.CONST. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, getObjectcreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectspublic static final ExpressionFactory.ConstantFunction creatorFunction
public AnalyticsValue convertToConstant()
AnalyticsValueStreamConstantValue if it's expression type is AnalyticsValueStream.ExpressionType.CONST.
 
 If the value is reduced then no conversion will occur and the value itself will be returned.convertToConstant in interface AnalyticsValueStreamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.