public enum StatDataTypeEnum extends Enum<StatDataTypeEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
API
API拉取
|
Manual
人工填报
|
SQLQuery
实时查询语句
|
Table
统计结果表
|
| Modifier and Type | Method and Description |
|---|---|
static StatDataTypeEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static StatDataTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatDataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatDataTypeEnum Table
public static final StatDataTypeEnum SQLQuery
public static final StatDataTypeEnum API
public static final StatDataTypeEnum Manual
public static StatDataTypeEnum[] values()
for (StatDataTypeEnum c : StatDataTypeEnum.values()) System.out.println(c);
public static StatDataTypeEnum 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 StatDataTypeEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.