Enum Class ProductRoleDefinition
java.lang.Object
java.lang.Enum<ProductRoleDefinition>
org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductRoleDefinition
- All Implemented Interfaces:
Serializable,Comparable<ProductRoleDefinition>,Constable
The ProductRoleDefinition is used to feed the definition of the actor roles for
Coco Pharmaceuticals' product catalog.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Jacquard support role covers the support of the Jacquard Digital Product Loom connector and subscription management.Community to exchange information and collect feedback about the open metadata digital products.Consumer of the data provisioned from one of the open metadata data products from the Open Metadata Ecosystem.The product developer role covers the implementation of the digital products built around open metadata.The product manager role covering the digital products built around open metadata.Subscriber to one of the open metadata data products from the Open Metadata Ecosystem. -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of blueprints to connect this component to.Returns a detailed description of the role.Returns a descriptive name of the role.Returns the unique name for the role.Returns the unique name for the role entity.Return the type nametoString()Output of this enum class and main value.static ProductRoleDefinitionReturns the enum constant of this class with the specified name.static ProductRoleDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRODUCT_MANAGER
The product manager role covering the digital products built around open metadata. This includes the data contents and subscription issues. -
PRODUCT_DEVELOPER
The product developer role covers the implementation of the digital products built around open metadata. -
JACQUARD_SUPPORT
The Jacquard support role covers the support of the Jacquard Digital Product Loom connector and subscription management. -
PRODUCT_SUBSCRIBER
Subscriber to one of the open metadata data products from the Open Metadata Ecosystem. -
PRODUCT_CONSUMER
Consumer of the data provisioned from one of the open metadata data products from the Open Metadata Ecosystem. -
PRODUCT_COMMUNITY_MEMBER
Community to exchange information and collect feedback about the open metadata digital products.
-
-
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
-
getTypeName
Return the type name- Returns:
- string
-
getQualifiedName
Returns the unique name for the role entity.- Returns:
- identifier
-
getIdentifier
Returns the unique name for the role.- Returns:
- identifier
-
getDisplayName
Returns a descriptive name of the role.- Returns:
- display name
-
getDescription
Returns a detailed description of the role.- Returns:
- description
-
getConsumingBlueprints
Return the list of blueprints to connect this component to.- Returns:
- list or null
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<ProductRoleDefinition>- Returns:
- string showing enum value
-