public class ArithmeticOperators extends Object
| Constructor and Description |
|---|
ArithmeticOperators() |
| Modifier and Type | Method and Description |
|---|---|
static ArithmeticOperators.ArithmeticOperatorFactory |
valueOf(AggregationExpression expression)
Take the value resulting from the given
AggregationExpression. |
static ArithmeticOperators.ArithmeticOperatorFactory |
valueOf(String fieldReference)
Take the field referenced by given fieldReference.
|
public static ArithmeticOperators.ArithmeticOperatorFactory valueOf(String fieldReference)
fieldReference - must not be null.ArithmeticOperators.ArithmeticOperatorFactory.public static ArithmeticOperators.ArithmeticOperatorFactory valueOf(AggregationExpression expression)
AggregationExpression.expression - must not be null.ArithmeticOperators.ArithmeticOperatorFactory.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.