Enum Class SolutionRoleDefinition

java.lang.Object
java.lang.Enum<SolutionRoleDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
All Implemented Interfaces:
Serializable, Comparable<SolutionRoleDefinition>, Constable, ActorDefinition, ActorRoleDefinition, ReferenceableDefinition

public enum SolutionRoleDefinition extends Enum<SolutionRoleDefinition> implements ActorRoleDefinition
The SolutionRoleDefinition is used to feed the definition of the solution roles for Coco Pharmaceuticals' solution blueprints.
  • Enum Constant Details

  • Method Details

    • values

      public static SolutionRoleDefinition[] 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 SolutionRoleDefinition 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 name of the PersonRole type to use.
      Specified by:
      getGUID in interface ReferenceableDefinition
      Returns:
      type name
    • getQualifiedName

      public String getQualifiedName()
      Returns the unique name for the role entity.
      Specified by:
      getQualifiedName in interface ReferenceableDefinition
      Returns:
      identifier
    • getIdentifier

      public String getIdentifier()
      Returns the unique name for the role.
      Specified by:
      getIdentifier in interface ReferenceableDefinition
      Returns:
      identifier
    • getDisplayName

      public String getDisplayName()
      Returns a descriptive name of the role.
      Specified by:
      getDisplayName in interface ReferenceableDefinition
      Returns:
      display name
    • getDescription

      public String getDescription()
      Returns a detailed description of the role.
      Specified by:
      getDescription in interface ReferenceableDefinition
      Returns:
      description
    • getScope

      public String getScope()
      Returns the breadth of responsibility for the role.
      Specified by:
      getScope in interface ActorRoleDefinition
      Returns:
      scope
    • toString

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