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,org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType
public enum UnityCatalogAnnotationType
extends Enum<UnityCatalogAnnotationType>
implements org.odpi.openmetadata.frameworks.surveyaction.controls.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
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the analysis step that produces this type of annotation.org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeTypeReturn the description of this annotation type that can be used in a Connector Provider for a Survey Action Service.static List<org.odpi.openmetadata.frameworks.surveyaction.controls.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<org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeType>Return the defined annotation types for the UC schema survey action service as a list of annotation type types.static List<org.odpi.openmetadata.frameworks.surveyaction.controls.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 UnityCatalogAnnotationTypeReturns 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.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
RESOURCE_INVENTORY
-
CATALOG_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
public static List<org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeType> getServerAnnotationTypeTypes()Return the defined annotation types for the Unity Catalog Server survey action service as a list of annotation type types.- Returns:
- list
-
getCatalogAnnotationTypeTypes
public static List<org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeType> getCatalogAnnotationTypeTypes()Return the defined annotation types for the UC catalog survey action service as a list of annotation type types.- Returns:
- list
-
getSchemaAnnotationTypeTypes
public static List<org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeType> getSchemaAnnotationTypeTypes()Return the defined annotation types for the UC schema survey action service as a list of annotation type types.- Returns:
- list
-
getName
Return the name of the annotation type.- Specified by:
getNamein interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- string name
-
getAnalysisStep
Return the analysis step that produces this type of annotation.- Specified by:
getAnalysisStepin interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- analysis step name
-
getOpenMetadataTypeName
Return the name of the open metadata type used for this type of annotation.- Specified by:
getOpenMetadataTypeNamein interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- type name
-
getSummary
Return the short description of the annotation type.- Specified by:
getSummaryin interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- text
-
getExplanation
Return the description of the annotation type.- Specified by:
getExplanationin interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- text
-
getExpression
Return the expression used in the annotation type processing.- Specified by:
getExpressionin interfaceorg.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationType- Returns:
- string
-
getProfilePropertyNames
Return the list of property names that make up this profile entry- Returns:
- list of property names
-
getAnnotationTypeType
public org.odpi.openmetadata.frameworks.surveyaction.controls.AnnotationTypeType 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:
toStringin classEnum<UnityCatalogAnnotationType>- Returns:
- string showing enum value
-