public enum StatMethodEnum extends Enum<StatMethodEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Average
平均值
|
Max
最大值
|
Min
最小值
|
Number
数量
|
Sum
总和
|
UniqueNumber
唯一值数量
|
| Modifier and Type | Method and Description |
|---|---|
static StatMethodEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static StatMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatMethodEnum Number
public static final StatMethodEnum Sum
public static final StatMethodEnum Max
public static final StatMethodEnum Min
public static final StatMethodEnum Average
public static final StatMethodEnum UniqueNumber
public static StatMethodEnum[] values()
for (StatMethodEnum c : StatMethodEnum.values()) System.out.println(c);
public static StatMethodEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic String getDesc()
getDesc in interface com.geoway.adf.gis.basic.IEnumpublic static StatMethodEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.