Enum SaveSqlTuningSetAsDetails.RecursiveSql
- java.lang.Object
-
- java.lang.Enum<SaveSqlTuningSetAsDetails.RecursiveSql>
-
- com.oracle.bmc.databasemanagement.model.SaveSqlTuningSetAsDetails.RecursiveSql
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SaveSqlTuningSetAsDetails.RecursiveSql>
- Enclosing class:
- SaveSqlTuningSetAsDetails
public static enum SaveSqlTuningSetAsDetails.RecursiveSql extends Enum<SaveSqlTuningSetAsDetails.RecursiveSql> implements BmcEnum
Specifies that the filter must include recursive Sql in the Sql tuning set.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HasRecursiveSql
NoRecursiveSql
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SaveSqlTuningSetAsDetails.RecursiveSql
create(String key)
String
getValue()
static SaveSqlTuningSetAsDetails.RecursiveSql
valueOf(String name)
Returns the enum constant of this type with the specified name.static SaveSqlTuningSetAsDetails.RecursiveSql[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HasRecursiveSql
public static final SaveSqlTuningSetAsDetails.RecursiveSql HasRecursiveSql
-
NoRecursiveSql
public static final SaveSqlTuningSetAsDetails.RecursiveSql NoRecursiveSql
-
-
Method Detail
-
values
public static SaveSqlTuningSetAsDetails.RecursiveSql[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SaveSqlTuningSetAsDetails.RecursiveSql c : SaveSqlTuningSetAsDetails.RecursiveSql.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SaveSqlTuningSetAsDetails.RecursiveSql valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static SaveSqlTuningSetAsDetails.RecursiveSql create(String key)
-
-