Enum Class BusinessAreaDefinition

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

public enum BusinessAreaDefinition extends Enum<BusinessAreaDefinition>
The BusinessAreaDefinition is used to feed the definition of the organization's business areas (which are types of business capabilities) for Coco Pharmaceuticals scenarios.
  • Enum Constant Details

    • RESEARCH

      public static final BusinessAreaDefinition RESEARCH
      Scientific exploration, discovery and validation of new treatments for cancer.
    • CLINICAL_TRIALS

      public static final BusinessAreaDefinition CLINICAL_TRIALS
      Formal validation of new treatments for cancer with patients.
    • FINANCE

      public static final BusinessAreaDefinition FINANCE
      Management of cash flow and financial health of Coco Pharmaceuticals.
    • HR

      public static final BusinessAreaDefinition HR
      Management of people, their skills and well-being for Coco Pharmaceuticals.
    • IT

      public static final BusinessAreaDefinition IT
      Provision of computing services for Coco Pharmaceuticals.
    • MANUFACTURING

      public static final BusinessAreaDefinition MANUFACTURING
      Production of Coco Pharmaceuticals' products.
    • DISTRIBUTION

      public static final BusinessAreaDefinition DISTRIBUTION
      Warehouse management and distribution of Coco Pharmaceuticals' products to customers.
    • SALES

      public static final BusinessAreaDefinition SALES
      Managing customer relationships in order to sell them appropriate Coco Pharmaceuticals' products.
    • GOVERNANCE

      public static final BusinessAreaDefinition GOVERNANCE
      Management of how Coco Pharmaceuticals operates, balancing business strategy and profits against ethics, legal requirements and regulations.
  • Method Details

    • values

      public static BusinessAreaDefinition[] 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 BusinessAreaDefinition 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()
    • getIdentifier

      public String getIdentifier()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • toString

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