public enum TypeReport extends Enum<TypeReport>
| Modifier and Type | Method and Description |
|---|---|
JRExporterStrategy |
getExporter() |
static TypeReport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeReport CSV
public static final TypeReport HTML
public static final TypeReport ODS
public static final TypeReport ODT
public static final TypeReport PDF
public static final TypeReport RTF
public static final TypeReport TXT
public static final TypeReport XLS
public static TypeReport[] values()
for (TypeReport c : TypeReport.values()) System.out.println(c);
public static TypeReport 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 JRExporterStrategy getExporter()
Copyright © 2019 Damsete Tecnologia LTDA. All rights reserved.