java.lang.Object
java.lang.Enum<SolutionBlueprint>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.SolutionBlueprint
All Implemented Interfaces:
Serializable, Comparable<SolutionBlueprint>, Constable

public enum SolutionBlueprint extends Enum<SolutionBlueprint>
A description of the predefined solution blueprints.
  • Enum Constant Details

    • SOLUTION_BLUEPRINT_TEMPLATE

      public static final SolutionBlueprint SOLUTION_BLUEPRINT_TEMPLATE
    • CLINICAL_TRIAL_MANAGEMENT

      public static final SolutionBlueprint CLINICAL_TRIAL_MANAGEMENT
  • Method Details

    • values

      public static SolutionBlueprint[] 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 SolutionBlueprint 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
    • getGUID

      public String getGUID()
      Return the GUID for the element.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the solution blueprint.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the solution blueprint
      Returns:
      string
    • getVersionIdentifier

      public String getVersionIdentifier()
      Return the version identifier of the solution blueprint.
      Returns:
      string
    • isTemplate

      public boolean isTemplate()
      Return whether this is a template or not.
      Returns:
      boolean
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name of the solution blueprint.
      Returns:
      string
    • toString

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