Enum Class SurveyDatabaseAnnotationType
java.lang.Object
java.lang.Enum<SurveyDatabaseAnnotationType>
org.odpi.openmetadata.frameworks.surveyaction.controls.SurveyDatabaseAnnotationType
- All Implemented Interfaces:
Serializable,Comparable<SurveyDatabaseAnnotationType>,Constable,AnnotationType
public enum SurveyDatabaseAnnotationType
extends Enum<SurveyDatabaseAnnotationType>
implements AnnotationType
The SurveyDatabaseAnnotationType enum describes the annotation types used by the PostgreSQL server 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.Return the description of this annotation type that can be used in a Connector Provider for a Survey Action Service.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.static List<AnnotationTypeType>Return the defined annotation types for the PostgreSQL Database.static List<AnnotationTypeType>Return the defined annotation types for the PostgreSQL Server survey action service as a list of annotation type types.Return the list of property names that make up this profile entryReturn the short description of the annotation type.toString()Output of this enum class and main value.static SurveyDatabaseAnnotationTypeReturns the enum constant of this class with the specified name.static SurveyDatabaseAnnotationType[]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
-
SCHEMA_LIST
-
TABLE_LIST
-
COLUMN_LIST
-
DATABASE_TABLE_SIZES
-
DATABASE_SCHEMA_TABLE_SIZES
-
DATABASE_MEASUREMENTS
-
SCHEMA_MEASUREMENTS
-
TABLE_MEASUREMENTS
-
COLUMN_MEASUREMENTS
-
COLUMN_VALUES
-
-
Field Details
-
name
-
openMetadataTypeName
-
summary
-
explanation
-
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
-
getPostgresServerAnnotationTypeTypes
Return the defined annotation types for the PostgreSQL Server survey action service as a list of annotation type types.- Returns:
- list
-
getPostgresDatabaseAnnotationTypeTypes
Return the defined annotation types for the PostgreSQL Database.- Returns:
- list
-
getName
Return the name of the annotation type.- Specified by:
getNamein interfaceAnnotationType- Returns:
- string name
-
getAnalysisStep
Return the analysis step that produces this type of annotation.- Specified by:
getAnalysisStepin interfaceAnnotationType- Returns:
- analysis step name
-
getOpenMetadataTypeName
Return the name of the open metadata type used for this type of annotation.- Specified by:
getOpenMetadataTypeNamein interfaceAnnotationType- Returns:
- type name
-
getSummary
Return the short description of the annotation type.- Specified by:
getSummaryin interfaceAnnotationType- Returns:
- text
-
getExplanation
Return the description of the annotation type.- Specified by:
getExplanationin interfaceAnnotationType- Returns:
- text
-
getExpression
Return the expression used in the annotation type processing.- Specified by:
getExpressionin 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:
toStringin classEnum<SurveyDatabaseAnnotationType>- Returns:
- string showing enum value
-