public static enum GetAwrDatabaseReportRequest.ReportFormat extends Enum<GetAwrDatabaseReportRequest.ReportFormat> implements BmcEnum
The format of the AWR report.
Modifier and Type | Method and Description |
---|---|
static GetAwrDatabaseReportRequest.ReportFormat |
create(String key) |
String |
getValue() |
static GetAwrDatabaseReportRequest.ReportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAwrDatabaseReportRequest.ReportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetAwrDatabaseReportRequest.ReportFormat Html
public static final GetAwrDatabaseReportRequest.ReportFormat Text
public static GetAwrDatabaseReportRequest.ReportFormat[] values()
for (GetAwrDatabaseReportRequest.ReportFormat c : GetAwrDatabaseReportRequest.ReportFormat.values()) System.out.println(c);
public static GetAwrDatabaseReportRequest.ReportFormat 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 static GetAwrDatabaseReportRequest.ReportFormat create(String key)
Copyright © 2016–2023. All rights reserved.