public static enum ILeveledChartObject.LevelsDisplayOption extends java.lang.Enum<ILeveledChartObject.LevelsDisplayOption>
Enum Constant and Description |
---|
SHOW_LABELS |
SHOW_PRICES |
SHOW_PRICES_DIFF |
SHOW_VALUES |
SHOW_VALUES_DIFF |
Modifier and Type | Method and Description |
---|---|
static ILeveledChartObject.LevelsDisplayOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILeveledChartObject.LevelsDisplayOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILeveledChartObject.LevelsDisplayOption SHOW_LABELS
public static final ILeveledChartObject.LevelsDisplayOption SHOW_VALUES
public static final ILeveledChartObject.LevelsDisplayOption SHOW_PRICES
public static final ILeveledChartObject.LevelsDisplayOption SHOW_VALUES_DIFF
public static final ILeveledChartObject.LevelsDisplayOption SHOW_PRICES_DIFF
public static ILeveledChartObject.LevelsDisplayOption[] values()
for (ILeveledChartObject.LevelsDisplayOption c : ILeveledChartObject.LevelsDisplayOption.values()) System.out.println(c);
public static ILeveledChartObject.LevelsDisplayOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.