public static enum ChartSolidTypeAttribute.Value extends Enum<ChartSolidTypeAttribute.Value>
| Modifier and Type | Method and Description |
|---|---|
static ChartSolidTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static ChartSolidTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartSolidTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartSolidTypeAttribute.Value CONE
public static final ChartSolidTypeAttribute.Value CUBOID
public static final ChartSolidTypeAttribute.Value CYLINDER
public static final ChartSolidTypeAttribute.Value PYRAMID
public static ChartSolidTypeAttribute.Value[] values()
for (ChartSolidTypeAttribute.Value c : ChartSolidTypeAttribute.Value.values()) System.out.println(c);
public static ChartSolidTypeAttribute.Value 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 String toString()
toString in class Enum<ChartSolidTypeAttribute.Value>public static ChartSolidTypeAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.