public static enum ReportDataType.Fields extends Enum<ReportDataType.Fields>
Enum Constant and Description |
---|
BGCOLOR |
HEIGHT |
LABEL |
MONTHS |
TYPE |
URL |
WIDTH |
Modifier and Type | Method and Description |
---|---|
static ReportDataType.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDataType.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportDataType.Fields TYPE
public static final ReportDataType.Fields MONTHS
public static final ReportDataType.Fields BGCOLOR
public static final ReportDataType.Fields HEIGHT
public static final ReportDataType.Fields WIDTH
public static final ReportDataType.Fields LABEL
public static final ReportDataType.Fields URL
public static ReportDataType.Fields[] values()
for (ReportDataType.Fields c : ReportDataType.Fields.values()) System.out.println(c);
public static ReportDataType.Fields 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.