public enum ReportType extends Enum<ReportType>
| Enum Constant and Description |
|---|
DOCX |
HTML |
JSON |
ODS |
ODT |
PDF |
PPTX |
RTF |
TEXT |
XLS |
XML_4_SWF |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
static ReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportType PDF
public static final ReportType HTML
public static final ReportType XLS
public static final ReportType DOCX
public static final ReportType ODT
public static final ReportType ODS
public static final ReportType PPTX
public static final ReportType RTF
public static final ReportType TEXT
public static final ReportType XML_4_SWF
public static final ReportType JSON
public static ReportType[] values()
for (ReportType c : ReportType.values()) System.out.println(c);
public static ReportType 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 getContentType()
Copyright © 2017 Gumga. All rights reserved.