Enum Class CocoSubjectAreaDefinition

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

public enum CocoSubjectAreaDefinition extends Enum<CocoSubjectAreaDefinition>
The CocoSubjectAreaDefinition is used to feed the definition of the subject areas for Coco Pharmaceuticals.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Clinical - Information relating to the work understanding medical conditions and their resolution.
    Person:Clinician - Information relating to an individual who works with patients.
    Person:Collaborator - Information relating to an individual who works for a business partner.
    ServiceQuality:Contract - Information relating to the Coco Pharmaceuticals' contracts.
    ServiceQuality:Distribution - Information relating to the Coco Pharmaceuticals' distribution of treatments.
    Person:Employee - Information relating to an individual who is employed by an organization.
    Organization:Hospital - Information relating to a hospital's organization.
    ServiceQuality:Invoice - Information relating to the Coco Pharmaceuticals' billing and payments.
    Clinical:Measurement - Information relating to the measurements taken to understanding medical conditions and their effectiveness.
    Treatment:Order - Information relating to orders for Coco Pharmaceutical products.
    Organization - Information relating to an organization.
    Clinical:Outcome - Information relating to the work understanding the result of a course of treatment.
    Person:Patient - Information relating to an individual patient.
    Person - Information relating to an individual.
    Clinical:Prescription - Information relating to the treatment defined for a specific patient.
    Treatment:Product - Information relating to the Coco Pharmaceutical products to be used in particular treatments.
    Treatment:Recipe - Information relating to the ingredients and manufacturing know-how for Coco Pharmaceutical products.
    ServiceQuality - Information relating to the Coco Pharmaceuticals' business operations.
    ServiceQuality:Stock - Information relating to the Coco Pharmaceuticals' stock management and control.
    Organization:Supplier - Information relating to a supplier's organization.
    Clinical:Symptom - Information relating to the symptoms of a medical condition.
    Treatment - Information relating to the Coco Pharmaceutical products and practices around patient care.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a detailed description of the assets within the zone.
    Returns a descriptive name of the zone.
    int
    Return the identifier of the domain that this subject area belongs - 0 means all domains
    Return the name of the parent subject area - null for top level.
    Returns the unique name for the subject area entity.
    Returns a description of the organizational scope for the use of this subject area.
    Returns the unique name for the zone.
    Get the typical usage of the subject area
    String containing the definition values
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ORGANIZATION

      public static final CocoSubjectAreaDefinition ORGANIZATION
      Organization - Information relating to an organization.
    • HOSPITAL

      public static final CocoSubjectAreaDefinition HOSPITAL
      Organization:Hospital - Information relating to a hospital's organization.
    • SUPPLIER

      public static final CocoSubjectAreaDefinition SUPPLIER
      Organization:Supplier - Information relating to a supplier's organization.
    • PERSON

      public static final CocoSubjectAreaDefinition PERSON
      Person - Information relating to an individual.
    • PATIENT

      public static final CocoSubjectAreaDefinition PATIENT
      Person:Patient - Information relating to an individual patient.
    • CLINICIAN

      public static final CocoSubjectAreaDefinition CLINICIAN
      Person:Clinician - Information relating to an individual who works with patients.
    • EMPLOYEE

      public static final CocoSubjectAreaDefinition EMPLOYEE
      Person:Employee - Information relating to an individual who is employed by an organization.
    • COLLABORATOR

      public static final CocoSubjectAreaDefinition COLLABORATOR
      Person:Collaborator - Information relating to an individual who works for a business partner.
    • CLINICAL

      public static final CocoSubjectAreaDefinition CLINICAL
      Clinical - Information relating to the work understanding medical conditions and their resolution.
    • SYMPTOM

      public static final CocoSubjectAreaDefinition SYMPTOM
      Clinical:Symptom - Information relating to the symptoms of a medical condition.
    • MEASUREMENT

      public static final CocoSubjectAreaDefinition MEASUREMENT
      Clinical:Measurement - Information relating to the measurements taken to understanding medical conditions and their effectiveness.
    • PRESCRIPTION

      public static final CocoSubjectAreaDefinition PRESCRIPTION
      Clinical:Prescription - Information relating to the treatment defined for a specific patient.
    • OUTCOME

      public static final CocoSubjectAreaDefinition OUTCOME
      Clinical:Outcome - Information relating to the work understanding the result of a course of treatment.
    • TREATMENT

      public static final CocoSubjectAreaDefinition TREATMENT
      Treatment - Information relating to the Coco Pharmaceutical products and practices around patient care.
    • PRODUCT

      public static final CocoSubjectAreaDefinition PRODUCT
      Treatment:Product - Information relating to the Coco Pharmaceutical products to be used in particular treatments.
    • ORDER

      public static final CocoSubjectAreaDefinition ORDER
      Treatment:Order - Information relating to orders for Coco Pharmaceutical products.
    • RECIPE

      public static final CocoSubjectAreaDefinition RECIPE
      Treatment:Recipe - Information relating to the ingredients and manufacturing know-how for Coco Pharmaceutical products.
    • SERVICE_QUALITY

      public static final CocoSubjectAreaDefinition SERVICE_QUALITY
      ServiceQuality - Information relating to the Coco Pharmaceuticals' business operations.
    • CONTRACT

      public static final CocoSubjectAreaDefinition CONTRACT
      ServiceQuality:Contract - Information relating to the Coco Pharmaceuticals' contracts.
    • STOCK

      public static final CocoSubjectAreaDefinition STOCK
      ServiceQuality:Stock - Information relating to the Coco Pharmaceuticals' stock management and control.
    • DISTRIBUTION

      public static final CocoSubjectAreaDefinition DISTRIBUTION
      ServiceQuality:Distribution - Information relating to the Coco Pharmaceuticals' distribution of treatments.
    • INVOICE

      public static final CocoSubjectAreaDefinition INVOICE
      ServiceQuality:Invoice - Information relating to the Coco Pharmaceuticals' billing and payments.
  • Method Details

    • values

      public static CocoSubjectAreaDefinition[] 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 CocoSubjectAreaDefinition 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 subject area entity.
      Returns:
      qualified name
    • getSubjectAreaName

      public String getSubjectAreaName()
      Returns the unique name for the zone.
      Returns:
      unique name
    • getParent

      public CocoSubjectAreaDefinition getParent()
      Return the name of the parent subject area - null for top level.
      Returns:
      subject area name.
    • 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
    • getScope

      public String getScope()
      Returns a description of the organizational scope for the use of this subject area.
      Returns:
      scope
    • getUsage

      public String getUsage()
      Get the typical usage of the subject area
      Returns:
      usage
    • getDomain

      public int getDomain()
      Return the identifier of the domain that this subject area belongs - 0 means all domains
      Returns:
      domain identifier
    • toString

      public String toString()
      String containing the definition values
      Overrides:
      toString in class Enum<CocoSubjectAreaDefinition>
      Returns:
      printable string