org.odftoolkit.odfdom.dom.attribute.chart
Enum ChartSymbolNameAttribute.Value
java.lang.Object
java.lang.Enum<ChartSymbolNameAttribute.Value>
org.odftoolkit.odfdom.dom.attribute.chart.ChartSymbolNameAttribute.Value
- All Implemented Interfaces:
- Serializable, Comparable<ChartSymbolNameAttribute.Value>
- Enclosing class:
- ChartSymbolNameAttribute
public static enum ChartSymbolNameAttribute.Value
- extends Enum<ChartSymbolNameAttribute.Value>
The value set of chart:symbol-name.
ARROW_DOWN
public static final ChartSymbolNameAttribute.Value ARROW_DOWN
ARROW_LEFT
public static final ChartSymbolNameAttribute.Value ARROW_LEFT
ARROW_RIGHT
public static final ChartSymbolNameAttribute.Value ARROW_RIGHT
ARROW_UP
public static final ChartSymbolNameAttribute.Value ARROW_UP
ASTERISK
public static final ChartSymbolNameAttribute.Value ASTERISK
BOW_TIE
public static final ChartSymbolNameAttribute.Value BOW_TIE
CIRCLE
public static final ChartSymbolNameAttribute.Value CIRCLE
DIAMOND
public static final ChartSymbolNameAttribute.Value DIAMOND
HORIZONTAL_BAR
public static final ChartSymbolNameAttribute.Value HORIZONTAL_BAR
HOURGLASS
public static final ChartSymbolNameAttribute.Value HOURGLASS
PLUS
public static final ChartSymbolNameAttribute.Value PLUS
SQUARE
public static final ChartSymbolNameAttribute.Value SQUARE
STAR
public static final ChartSymbolNameAttribute.Value STAR
VERTICAL_BAR
public static final ChartSymbolNameAttribute.Value VERTICAL_BAR
x
public static final ChartSymbolNameAttribute.Value x
values
public static ChartSymbolNameAttribute.Value[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ChartSymbolNameAttribute.Value c : ChartSymbolNameAttribute.Value.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ChartSymbolNameAttribute.Value valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<ChartSymbolNameAttribute.Value>
enumValueOf
public static ChartSymbolNameAttribute.Value enumValueOf(String value)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.