Enum Class OrganizationDefinition

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

public enum OrganizationDefinition extends Enum<OrganizationDefinition>
The OrganizationDefinition is used to feed the definition of the organizations for Coco Pharmaceuticals scenarios.
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static OrganizationDefinition[] 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 OrganizationDefinition 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()
      Return the unique name of the organization entity.
      Returns:
      name
    • getDisplayName

      public String getDisplayName()
      Return the name of the organization.
      Returns:
      name
    • getDescription

      public String getDescription()
      Return the description of the organization.
      Returns:
      text
    • getOrganizationType

      public OrganizationTypeDefinition getOrganizationType()
      Return the type of organization to fill in the "teamType" property.
      Returns:
      enum
    • toString

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