Enum Class UnityCatalogAnnotationType
java.lang.Object
java.lang.Enum<UnityCatalogAnnotationType>
org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- All Implemented Interfaces:
Serializable
,Comparable<UnityCatalogAnnotationType>
,Constable
,AnnotationType
public enum UnityCatalogAnnotationType
extends Enum<UnityCatalogAnnotationType>
implements AnnotationType
The UnityCatalogAnnotationType enum describes the annotation types used by the unity catalog survey action service.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the analysis step that produces this type of annotation.Return the description of this annotation type that can be used in a Connector Provider for a Survey Action Service.static List<AnnotationTypeType>
Return the defined annotation types for the UC Server survey action service as a list of annotation type types.static List<AnnotationTypeType>
Return the defined annotation types for the UC catalog survey action service as a list of annotation type types.Return the description of the annotation type.Return the expression used in the annotation type processing.getName()
Return the name of the annotation type.Return the name of the open metadata type used for this type of annotation.Return the list of property names that make up this profile entrystatic List<AnnotationTypeType>
Return the defined annotation types for the UC schema survey action service as a list of annotation type types.static List<AnnotationTypeType>
Return the defined annotation types for the Unity Catalog Server survey action service as a list of annotation type types.Return the short description of the annotation type.toString()
Output of this enum class and main value.static UnityCatalogAnnotationType
Returns the enum constant of this class with the specified name.static UnityCatalogAnnotationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RESOURCE_INVENTORY
-
CATALOG_LIST
-
SCHEMA_LIST
-
TABLE_LIST
-
FUNCTION_LIST
-
VOLUME_LIST
-
CATALOG_TABLE_SIZES
-
SCHEMA_TABLE_SIZES
-
SERVER_METRICS
-
CATALOG_METRICS
-
SCHEMA_METRICS
-
TABLE_METRICS
-
COLUMN_METRICS
-
-
Field Details
-
name
-
openMetadataTypeName
-
summary
-
explanation
-
analysisStepName
-
profilePropertyNames
-
metrics
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getServerAnnotationTypeTypes
Return the defined annotation types for the Unity Catalog Server survey action service as a list of annotation type types.- Returns:
- list
-
getCatalogAnnotationTypeTypes
Return the defined annotation types for the UC catalog survey action service as a list of annotation type types.- Returns:
- list
-
getSchemaAnnotationTypeTypes
Return the defined annotation types for the UC schema survey action service as a list of annotation type types.- Returns:
- list
-
getAnnotationTypeTypes
Return the defined annotation types for the UC Server survey action service as a list of annotation type types.- Returns:
- list
-
getName
Return the name of the annotation type.- Specified by:
getName
in interfaceAnnotationType
- Returns:
- string name
-
getAnalysisStep
Return the analysis step that produces this type of annotation.- Specified by:
getAnalysisStep
in interfaceAnnotationType
- Returns:
- analysis step name
-
getOpenMetadataTypeName
Return the name of the open metadata type used for this type of annotation.- Specified by:
getOpenMetadataTypeName
in interfaceAnnotationType
- Returns:
- type name
-
getSummary
Return the short description of the annotation type.- Specified by:
getSummary
in interfaceAnnotationType
- Returns:
- text
-
getExplanation
Return the description of the annotation type.- Specified by:
getExplanation
in interfaceAnnotationType
- Returns:
- text
-
getExpression
Return the expression used in the annotation type processing.- Specified by:
getExpression
in interfaceAnnotationType
- Returns:
- string
-
getProfilePropertyNames
Return the list of property names that make up this profile entry- Returns:
- list of property names
-
getAnnotationTypeType
Return the description of this annotation type that can be used in a Connector Provider for a Survey Action Service.- Returns:
- annotationType type
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<UnityCatalogAnnotationType>
- Returns:
- string showing enum value
-