枚举的使用
com.mbap.util.core.AggregateFunType
使用AggregateFunType的程序包
-
com.mbap.util.core中AggregateFunType的使用
修饰符和类型方法说明StatisticsInfo.getFunType()static AggregateFunType返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)static AggregateFunType[]AggregateFunType.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为AggregateFunType的com.mbap.util.core中的方法修饰符和类型方法说明static StatisticsInfoStatisticsInfo.build(String name, AggregateFunType funType, String fieldName) 构建统计项voidStatisticsInfo.setFunType(AggregateFunType funType)