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