public static enum ReportRequest.ReportFormat extends java.lang.Enum<ReportRequest.ReportFormat>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileExtension() |
static ReportRequest.ReportFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportRequest.ReportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRequest.ReportFormat HTML
public static final ReportRequest.ReportFormat XML
public static ReportRequest.ReportFormat[] values()
for (ReportRequest.ReportFormat c : ReportRequest.ReportFormat.values()) System.out.println(c);
public static ReportRequest.ReportFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getFileExtension()