org.odftoolkit.odfdom.dom.attribute.chart
Enum ChartSymbolNameAttribute.Value

java.lang.Object
  extended by java.lang.Enum<ChartSymbolNameAttribute.Value>
      extended by 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.


Enum Constant Summary
ARROW_DOWN
           
ARROW_LEFT
           
ARROW_RIGHT
           
ARROW_UP
           
ASTERISK
           
BOW_TIE
           
CIRCLE
           
DIAMOND
           
HORIZONTAL_BAR
           
HOURGLASS
           
PLUS
           
SQUARE
           
STAR
           
VERTICAL_BAR
           
x
           
 
Method Summary
static ChartSymbolNameAttribute.Value enumValueOf(String value)
           
 String toString()
           
static ChartSymbolNameAttribute.Value valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartSymbolNameAttribute.Value[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.