Enum Class ProductDomainDefinition

java.lang.Object
java.lang.Enum<ProductDomainDefinition>
org.odpi.openmetadata.samples.archiveutilities.productcatalog.ProductDomainDefinition
All Implemented Interfaces:
Serializable, Comparable<ProductDomainDefinition>, Constable

public enum ProductDomainDefinition extends Enum<ProductDomainDefinition>
The GovernanceDomainDefinition is used to feed the definition of the governance domains for Coco Pharmaceuticals.
  • Enum Constant Details

    • DIGITAL_PRODUCT_MANAGEMENT

      public static final ProductDomainDefinition DIGITAL_PRODUCT_MANAGEMENT
      The rules and processes associated with managing digital products.
  • Method Details

    • values

      public static ProductDomainDefinition[] 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

      public static ProductDomainDefinition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getQualifiedName

      public String getQualifiedName()
      Returns the unique name for the zone entity.
      Returns:
      qualified name
    • getCategory

      public String getCategory()
      Return the category for this resourceUse value.
      Returns:
      string
    • getDomainIdentifier

      public int getDomainIdentifier()
      Returns the unique name for the zone.
      Returns:
      identifier for domain
    • getDisplayName

      public String getDisplayName()
      Returns a descriptive name of the zone.
      Returns:
      display name
    • getDescription

      public String getDescription()
      Returns a detailed description of the assets within the zone.
      Returns:
      description
    • getCommunityName

      public String getCommunityName()
      Return the name of the community that will coordinate the governance domain.
      Returns:
      string name
    • getGovernanceOfficer

      public PersonDefinition getGovernanceOfficer()
      Return the person who should be appointed as a governance officer.
      Returns:
      person description
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<ProductDomainDefinition>
      Returns:
      string showing enum value