Package com.oracle.bmc.datasafe.model
Enum DiscoveryAnalyticsSummary.MetricName
- java.lang.Object
-
- java.lang.Enum<DiscoveryAnalyticsSummary.MetricName>
-
- com.oracle.bmc.datasafe.model.DiscoveryAnalyticsSummary.MetricName
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DiscoveryAnalyticsSummary.MetricName>
- Enclosing class:
- DiscoveryAnalyticsSummary
public static enum DiscoveryAnalyticsSummary.MetricName extends Enum<DiscoveryAnalyticsSummary.MetricName> implements BmcEnum
The name of the aggregation metric.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SensitiveColumn
SensitiveDataModel
SensitiveDataValue
SensitiveSchema
SensitiveTable
SensitiveType
TargetDatabase
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveryAnalyticsSummary.MetricName
create(String key)
String
getValue()
static DiscoveryAnalyticsSummary.MetricName
valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveryAnalyticsSummary.MetricName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SensitiveDataModel
public static final DiscoveryAnalyticsSummary.MetricName SensitiveDataModel
-
SensitiveType
public static final DiscoveryAnalyticsSummary.MetricName SensitiveType
-
SensitiveSchema
public static final DiscoveryAnalyticsSummary.MetricName SensitiveSchema
-
SensitiveTable
public static final DiscoveryAnalyticsSummary.MetricName SensitiveTable
-
SensitiveColumn
public static final DiscoveryAnalyticsSummary.MetricName SensitiveColumn
-
SensitiveDataValue
public static final DiscoveryAnalyticsSummary.MetricName SensitiveDataValue
-
TargetDatabase
public static final DiscoveryAnalyticsSummary.MetricName TargetDatabase
-
UnknownEnumValue
public static final DiscoveryAnalyticsSummary.MetricName UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DiscoveryAnalyticsSummary.MetricName[] 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 (DiscoveryAnalyticsSummary.MetricName c : DiscoveryAnalyticsSummary.MetricName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DiscoveryAnalyticsSummary.MetricName 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 DiscoveryAnalyticsSummary.MetricName create(String key)
-
-