| Package | Description |
|---|---|
| com.mbap.util.core |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunType |
StatisticsInfo.getFunType() |
static AggregateFunType |
AggregateFunType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFunType[] |
AggregateFunType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsInfo |
StatisticsInfo.build(java.lang.String name,
AggregateFunType funType,
java.lang.String fieldName)
构建统计项
|
void |
StatisticsInfo.setFunType(AggregateFunType funType) |