public static enum StartSqlTuningTaskDetails.Scope extends Enum<StartSqlTuningTaskDetails.Scope> implements BmcEnum
The scope for the SQL tuning task. For LIMITED scope, the SQL profile recommendation is excluded, so the task is executed faster. For COMPREHENSIVE scope, the SQL profile recommendation is included.
Enum Constant and Description |
---|
Comprehensive |
Limited |
Modifier and Type | Method and Description |
---|---|
static StartSqlTuningTaskDetails.Scope |
create(String key) |
String |
getValue() |
static StartSqlTuningTaskDetails.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartSqlTuningTaskDetails.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartSqlTuningTaskDetails.Scope Limited
public static final StartSqlTuningTaskDetails.Scope Comprehensive
public static StartSqlTuningTaskDetails.Scope[] values()
for (StartSqlTuningTaskDetails.Scope c : StartSqlTuningTaskDetails.Scope.values()) System.out.println(c);
public static StartSqlTuningTaskDetails.Scope 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 StartSqlTuningTaskDetails.Scope create(String key)
Copyright © 2016–2024. All rights reserved.