public class AggregationFunctionImpl extends java.lang.Object implements AggregationFunction, java.io.Serializable
AggregationFunction.ValueType
UNDEFINED_VALUE
Constructor and Description |
---|
AggregationFunctionImpl(CategoryGroupImpl categoryGroup,
int idx,
java.lang.String id,
java.lang.String functionName,
java.lang.String virtualExpr,
int valueType) |
Modifier and Type | Method and Description |
---|---|
CategoryGroup |
getCategoryGroup()
Get the category group of this AggregationFunction.
|
java.lang.String |
getFunctionName()
Get the function name for the aggregation function,
e.g.
|
java.lang.String |
getId()
Get the id of the AggregationFunction.
|
int |
getIdx()
Get the idx of the AggregationFunction.
|
AggregationFunction.ValueType |
getValueType()
Get the value type of this AggregationFunction.
|
java.lang.String |
getVirtualExpr()
Get the virtual expression for the aggregation function.
|
public AggregationFunctionImpl(CategoryGroupImpl categoryGroup, int idx, java.lang.String id, java.lang.String functionName, java.lang.String virtualExpr, int valueType)
public java.lang.String getFunctionName()
AggregationFunction
getFunctionName
in interface AggregationFunction
public java.lang.String getId()
AggregationFunction
getId
in interface AggregationFunction
public int getIdx()
AggregationFunction
getIdx
in interface AggregationFunction
public java.lang.String getVirtualExpr()
AggregationFunction
getVirtualExpr
in interface AggregationFunction
public CategoryGroup getCategoryGroup()
AggregationFunction
getCategoryGroup
in interface AggregationFunction
public AggregationFunction.ValueType getValueType()
AggregationFunction
getValueType
in interface AggregationFunction
Copyright © 2021 Dassault Systèmes, All Rights Reserved.