public static enum ChartFactory.VersionLabel extends Enum<ChartFactory.VersionLabel>
Modifier and Type | Method and Description |
---|---|
static ChartFactory.VersionLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartFactory.VersionLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartFactory.VersionLabel none
public static final ChartFactory.VersionLabel major
public static final ChartFactory.VersionLabel all
public static ChartFactory.VersionLabel[] values()
for (ChartFactory.VersionLabel c : ChartFactory.VersionLabel.values()) System.out.println(c);
public static ChartFactory.VersionLabel 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 © 2002-2017 Atlassian. All Rights Reserved.