public enum SynthesisChartType extends Enum<SynthesisChartType>
| Enum Constant and Description |
|---|
BoxAndWhisker |
Category |
Scatter |
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The resource keys prefix for the enumerated type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabelKey() |
boolean |
isSliceRequired() |
static SynthesisChartType |
parseFromId(int pId)
This method parse a string and return a type value.
|
static SynthesisChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynthesisChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynthesisChartType Category
public static final SynthesisChartType Scatter
public static final SynthesisChartType BoxAndWhisker
public static final String PREFIX
public static SynthesisChartType[] values()
for (SynthesisChartType c : SynthesisChartType.values()) System.out.println(c);
public static SynthesisChartType 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 static SynthesisChartType parseFromId(int pId)
pId - The string to parse as a type.public int getId()
public String getLabelKey()
public boolean isSliceRequired()
Copyright © 2014–2015 eaudefrance. All rights reserved.