Enum Class OpenLineageAnalysisActionTarget
java.lang.Object
java.lang.Enum<OpenLineageAnalysisActionTarget>
org.odpi.openmetadata.adapters.connectors.lineageinsight.openlineage.OpenLineageAnalysisActionTarget
- All Implemented Interfaces:
Serializable,Comparable<OpenLineageAnalysisActionTarget>,Constable
OpenLineageAnalysisActionTarget provides the action targets supported by the OpenLineage analysis Lovelace services.
-
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 action target type for this action target.static List<ActionTargetType> Retrieve all the defined action targetsReturn the deployed implementation type of the action target.Return the description of the action target.getName()Return the name of the action target.Return the open metadata type name of the action target.toString()Output of this enum class and main value.Returns the enum constant of this class with the specified name.static OpenLineageAnalysisActionTarget[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPEN_LINEAGE_LOG_STORE
Folder holding the OpenLineage log store.
-
-
Field Details
-
name
-
description
-
typeName
-
deployedImplementationType
-
-
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
-
getName
Return the name of the action target.- Returns:
- string name
-
getDescription
Return the description of the action target.- Returns:
- text
-
getTypeName
Return the open metadata type name of the action target.- Returns:
- type name
-
getDeployedImplementationType
Return the deployed implementation type of the action target.- Returns:
- deployed implementation type
-
getActionTargetTypes
Retrieve all the defined action targets- Returns:
- list of action target types
-
getActionTargetType
Return the action target type for this action target.- Returns:
- action target type
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<OpenLineageAnalysisActionTarget>- Returns:
- string showing enum value
-