public enum ChartChangeFlag extends Enum<ChartChangeFlag>
Enum Constant and Description |
---|
X
表示 X 值是否变更。
|
X_IS_TIME_VALUE
表示 X 是一个时间值。
|
Y
表示 Y 值是否变更。
|
Y_IS_TIME_VALUE
表示 Y 是一个时间值。
|
Z
表示 Z 值发生变更。
|
Modifier and Type | Method and Description |
---|---|
static ChartChangeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartChangeFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartChangeFlag X
public static final ChartChangeFlag Y
public static final ChartChangeFlag X_IS_TIME_VALUE
public static final ChartChangeFlag Y_IS_TIME_VALUE
public static final ChartChangeFlag Z
public static ChartChangeFlag[] values()
for (ChartChangeFlag c : ChartChangeFlag.values()) System.out.println(c);
public static ChartChangeFlag 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 nullCopyright 2009-2012 Micro Focus. All Rights Reserved.