Enum Class LovelaceServiceDefinition
java.lang.Object
java.lang.Enum<LovelaceServiceDefinition>
org.odpi.openmetadata.contentpacks.core.LovelaceServiceDefinition
- All Implemented Interfaces:
Serializable,Comparable<LovelaceServiceDefinition>,Constable
Describes the governance action types that should be registered with the Babbage Analytical Engine.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturn the unique identifier for the governance action type.Return the unique name of the catalog target.Get identifier of content pack where this definition should be located.toString()JSON-style toStringstatic LovelaceServiceDefinitionReturns the enum constant of this class with the specified name.static LovelaceServiceDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
KARMA_POINTS
-
-
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
-
getCatalogTargetGUID
Return the unique identifier for the governance action type.- Returns:
- string
-
getCatalogTargetName
Return the unique name of the catalog target. Make it a useful display name as babbage processes all catalog targets, whatever their name is.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this definition should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toStringin classEnum<LovelaceServiceDefinition>- Returns:
- return string containing the property names and values
-