public enum ReportTemplateFormat extends Enum<ReportTemplateFormat>
| Modifier and Type | Method and Description |
|---|---|
static ReportTemplateFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportTemplateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportTemplateFormat FO
public static final ReportTemplateFormat HTML
public static final ReportTemplateFormat CSV
public static ReportTemplateFormat[] values()
for (ReportTemplateFormat c : ReportTemplateFormat.values()) System.out.println(c);
public static ReportTemplateFormat 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 © 2010–2016 The Apache Software Foundation. All rights reserved.