public static enum LoadSqlTuningSetDetails.RecursiveSql extends Enum<LoadSqlTuningSetDetails.RecursiveSql> implements BmcEnum
Specifies that the filter must include recursive Sql in the Sql tuning set.
Enum Constant and Description |
---|
HasRecursiveSql |
NoRecursiveSql |
Modifier and Type | Method and Description |
---|---|
static LoadSqlTuningSetDetails.RecursiveSql |
create(String key) |
String |
getValue() |
static LoadSqlTuningSetDetails.RecursiveSql |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadSqlTuningSetDetails.RecursiveSql[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadSqlTuningSetDetails.RecursiveSql HasRecursiveSql
public static final LoadSqlTuningSetDetails.RecursiveSql NoRecursiveSql
public static LoadSqlTuningSetDetails.RecursiveSql[] values()
for (LoadSqlTuningSetDetails.RecursiveSql c : LoadSqlTuningSetDetails.RecursiveSql.values()) System.out.println(c);
public static LoadSqlTuningSetDetails.RecursiveSql 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 LoadSqlTuningSetDetails.RecursiveSql create(String key)
Copyright © 2016–2024. All rights reserved.