public enum ChartChangeFlag extends Enum<ChartChangeFlag>
Enum Constant and Description |
---|
X
Indicates the X value was changed.
|
X_IS_TIME_VALUE
Indicates the X is a time value.
|
Y
Indicates the Y value was changed.
|
Y_IS_TIME_VALUE
Indicates the Y is a time value.
|
Z
Indicates the Z value was changed.
|
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.