Enum Class GlossaryCategoryDefinition

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

public enum GlossaryCategoryDefinition extends Enum<GlossaryCategoryDefinition>
The GlossaryCategoryDefinition is used to populate the teddy bear drop foot glossary.
  • Enum Constant Details

    • DATA_FIELDS

      public static final GlossaryCategoryDefinition DATA_FIELDS
      These terms describe the types of data collected during the Teddy Bear Drop Foot study.
  • Method Details

    • values

      public static GlossaryCategoryDefinition[] 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 GlossaryCategoryDefinition 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()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • toString

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