public enum ChartTypeEnum extends Enum<ChartTypeEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Full
全屏
|
Group
分类
|
Horizontal
全屏
|
Vertical
单侧
|
| Modifier and Type | Method and Description |
|---|---|
static ChartTypeEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static ChartTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartTypeEnum Group
public static final ChartTypeEnum Vertical
public static final ChartTypeEnum Full
public static final ChartTypeEnum Horizontal
public static ChartTypeEnum[] values()
for (ChartTypeEnum c : ChartTypeEnum.values()) System.out.println(c);
public static ChartTypeEnum 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 ChartTypeEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.