public static enum ReportDataType.Type extends Enum<ReportDataType.Type>
Modifier and Type | Method and Description |
---|---|
static ReportDataType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDataType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportDataType.Type PIE
public static final ReportDataType.Type LINE
public static ReportDataType.Type[] values()
for (ReportDataType.Type c : ReportDataType.Type.values()) System.out.println(c);
public static ReportDataType.Type 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 nullCopyright © 2014 Leonard UK Ltd. All rights reserved.