@Generated public enum DataProfilingCustomMetricType extends Enum<DataProfilingCustomMetricType>
| Enum Constant and Description |
|---|
DATA_PROFILING_CUSTOM_METRIC_TYPE_AGGREGATE |
DATA_PROFILING_CUSTOM_METRIC_TYPE_DERIVED |
DATA_PROFILING_CUSTOM_METRIC_TYPE_DRIFT |
| Modifier and Type | Method and Description |
|---|---|
static DataProfilingCustomMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProfilingCustomMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProfilingCustomMetricType DATA_PROFILING_CUSTOM_METRIC_TYPE_AGGREGATE
public static final DataProfilingCustomMetricType DATA_PROFILING_CUSTOM_METRIC_TYPE_DERIVED
public static final DataProfilingCustomMetricType DATA_PROFILING_CUSTOM_METRIC_TYPE_DRIFT
public static DataProfilingCustomMetricType[] values()
for (DataProfilingCustomMetricType c : DataProfilingCustomMetricType.values()) System.out.println(c);
public static DataProfilingCustomMetricType 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 nullCopyright © 2026. All rights reserved.