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

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

    • PATIENT_IDENTIFIER

      public static final GlossaryTermDefinition PATIENT_IDENTIFIER
      Unique identifier of patient.
    • MEASUREMENT_DATE

      public static final GlossaryTermDefinition MEASUREMENT_DATE
      The date that the measurement was made.
    • ANGLE_LEFT

      public static final GlossaryTermDefinition ANGLE_LEFT
      The number of degrees of rotation of the left foot measured from vertical.
    • ANGLE_RIGHT

      public static final GlossaryTermDefinition ANGLE_RIGHT
      The number of degrees of rotation of the right foot measured from vertical.
  • Method Details

    • values

      public static GlossaryTermDefinition[] 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 GlossaryTermDefinition 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()
    • getTemplateSubstituteQualifiedName

      public String getTemplateSubstituteQualifiedName()
    • getName

      public String getName()
    • getTemplateSubstituteName

      public String getTemplateSubstituteName()
    • getSummary

      public String getSummary()
    • getUsage

      public String getUsage()
    • getTemplateSubstituteUsage

      public String getTemplateSubstituteUsage()
    • getDescription

      public String getDescription()
    • getTemplateSubstituteSummary

      public String getTemplateSubstituteSummary()
    • getAbbreviation

      public String getAbbreviation()
    • getCategory

      public GlossaryCategoryDefinition getCategory()
    • toString

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