public static enum ChartSymbolNameAttribute.Value extends Enum<ChartSymbolNameAttribute.Value>
Enum Constant and Description |
---|
ARROW_DOWN |
ARROW_LEFT |
ARROW_RIGHT |
ARROW_UP |
ASTERISK |
BOW_TIE |
CIRCLE |
DIAMOND |
HORIZONTAL_BAR |
HOURGLASS |
PLUS |
SQUARE |
STAR |
VERTICAL_BAR |
x |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ChartSymbolNameAttribute.Value ARROW_DOWN
public static final ChartSymbolNameAttribute.Value ARROW_LEFT
public static final ChartSymbolNameAttribute.Value ARROW_RIGHT
public static final ChartSymbolNameAttribute.Value ARROW_UP
public static final ChartSymbolNameAttribute.Value ASTERISK
public static final ChartSymbolNameAttribute.Value BOW_TIE
public static final ChartSymbolNameAttribute.Value CIRCLE
public static final ChartSymbolNameAttribute.Value DIAMOND
public static final ChartSymbolNameAttribute.Value HORIZONTAL_BAR
public static final ChartSymbolNameAttribute.Value HOURGLASS
public static final ChartSymbolNameAttribute.Value PLUS
public static final ChartSymbolNameAttribute.Value SQUARE
public static final ChartSymbolNameAttribute.Value STAR
public static final ChartSymbolNameAttribute.Value VERTICAL_BAR
public static final ChartSymbolNameAttribute.Value x
public static ChartSymbolNameAttribute.Value[] values()
for (ChartSymbolNameAttribute.Value c : ChartSymbolNameAttribute.Value.values()) System.out.println(c);
public static ChartSymbolNameAttribute.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<ChartSymbolNameAttribute.Value>
public static ChartSymbolNameAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.