Enum LoadSqlTuningSetDetails.LoadType
- java.lang.Object
-
- java.lang.Enum<LoadSqlTuningSetDetails.LoadType>
-
- com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.LoadType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<LoadSqlTuningSetDetails.LoadType>
- Enclosing class:
- LoadSqlTuningSetDetails
public static enum LoadSqlTuningSetDetails.LoadType extends Enum<LoadSqlTuningSetDetails.LoadType> implements BmcEnum
Specifies the loading method into the Sql tuning set.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Awr
CurrentCursorCache
IncrementalCursorCache
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoadSqlTuningSetDetails.LoadType
create(String key)
String
getValue()
static LoadSqlTuningSetDetails.LoadType
valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.LoadType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
IncrementalCursorCache
public static final LoadSqlTuningSetDetails.LoadType IncrementalCursorCache
-
CurrentCursorCache
public static final LoadSqlTuningSetDetails.LoadType CurrentCursorCache
-
Awr
public static final LoadSqlTuningSetDetails.LoadType Awr
-
-
Method Detail
-
values
public static LoadSqlTuningSetDetails.LoadType[] 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 (LoadSqlTuningSetDetails.LoadType c : LoadSqlTuningSetDetails.LoadType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LoadSqlTuningSetDetails.LoadType 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 LoadSqlTuningSetDetails.LoadType create(String key)
-
-