Enum Class BaudotCatalogTarget
java.lang.Object
java.lang.Enum<BaudotCatalogTarget>
org.odpi.openmetadata.adapters.connectors.baudot.controls.BaudotCatalogTarget
- All Implemented Interfaces:
Serializable,Comparable<BaudotCatalogTarget>,Constable
BaudotCatalogTarget describes the kinds of element that can be a catalog target of the Baudot Subscription
Manager. There is one: a notification type. Each notification type handed to Baudot as a catalog target
has its subscribers notified - on Baudot's refresh cycle for the welcome, one-time and periodic
notifications, and as the events arrive for changes to the notification type's monitored resources.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA notification type whose subscribers the Baudot Subscription Manager notifies. -
Method Summary
Modifier and TypeMethodDescriptionReturn the catalog target type for a specific enum.static List<CatalogTargetType> Return the catalog target types that the Baudot Subscription Manager supports, for its connector provider's specification.Return the deployed implementation type for the catalog target - null if any type.Return the description of the catalog target.getName()Return the catalog target name.Return the type name of the element that is linked to for this type of catalog target.toString()Output of this enum class and main value.static BaudotCatalogTargetReturns the enum constant of this class with the specified name.static BaudotCatalogTarget[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOTIFICATION_TYPE
A notification type whose subscribers the Baudot Subscription Manager notifies.
-
-
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 catalog target name.- Returns:
- string
-
getDescription
Return the description of the catalog target.- Returns:
- string
-
getTypeName
Return the type name of the element that is linked to for this type of catalog target.- Returns:
- type name
-
getDeployedImplementationType
Return the deployed implementation type for the catalog target - null if any type.- Returns:
- string
-
getCatalogTargetTypes
Return the catalog target types that the Baudot Subscription Manager supports, for its connector provider's specification.- Returns:
- list of catalog target types
-
getCatalogTargetType
Return the catalog target type for a specific enum.- Returns:
- catalog target type
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<BaudotCatalogTarget>- Returns:
- string showing enum value
-