public enum ChartDataEncoding extends Enum<ChartDataEncoding>
Modifier and Type | Method and Description |
---|---|
String |
getRendering() |
String |
getSetSeparator() |
String |
getValueSeparator() |
static ChartDataEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartDataEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartDataEncoding SIMPLE
public static final ChartDataEncoding TEXT
public static final ChartDataEncoding EXTENDED
public static ChartDataEncoding[] values()
for (ChartDataEncoding c : ChartDataEncoding.values()) System.out.println(c);
public static ChartDataEncoding 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 getRendering()
public String getValueSeparator()
public String getSetSeparator()
Copyright © 2015. All rights reserved.