public static enum ChartErrorCategoryAttribute.Value extends Enum<ChartErrorCategoryAttribute.Value>
Enum Constant and Description |
---|
CELL_RANGE |
CONSTANT |
ERROR_MARGIN |
NONE |
PERCENTAGE |
STANDARD_DEVIATION |
STANDARD_ERROR |
VARIANCE |
Modifier and Type | Method and Description |
---|---|
static ChartErrorCategoryAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static ChartErrorCategoryAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartErrorCategoryAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartErrorCategoryAttribute.Value CELL_RANGE
public static final ChartErrorCategoryAttribute.Value CONSTANT
public static final ChartErrorCategoryAttribute.Value ERROR_MARGIN
public static final ChartErrorCategoryAttribute.Value NONE
public static final ChartErrorCategoryAttribute.Value PERCENTAGE
public static final ChartErrorCategoryAttribute.Value STANDARD_DEVIATION
public static final ChartErrorCategoryAttribute.Value STANDARD_ERROR
public static final ChartErrorCategoryAttribute.Value VARIANCE
public static ChartErrorCategoryAttribute.Value[] values()
for (ChartErrorCategoryAttribute.Value c : ChartErrorCategoryAttribute.Value.values()) System.out.println(c);
public static ChartErrorCategoryAttribute.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<ChartErrorCategoryAttribute.Value>
public static ChartErrorCategoryAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.