java.lang.Object
java.lang.Enum<ProjectPhase>
org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectPhase
All Implemented Interfaces:
Serializable, Comparable<ProjectPhase>, Constable

public enum ProjectPhase extends Enum<ProjectPhase>
ProjectStatus lists suggested status values for a project.
  • Enum Constant Details

    • DEFINE

      public static final ProjectPhase DEFINE
      The project's scope, mission and stakeholders are being defined.
    • PLAN

      public static final ProjectPhase PLAN
      The project activity and resources are being defined in a work plan.
    • RUN

      public static final ProjectPhase RUN
      The project's scope, mission and stakeholders are being defined.
    • HANDOVER

      public static final ProjectPhase HANDOVER
      Work on the project will not continue despite incomplete deliverables. This may be due to a change in direction or a road block that is preventing further progress.
    • DONE

      public static final ProjectPhase DONE
      The project has completed its deliverables.
  • Method Details

    • values

      public static ProjectPhase[] 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 ProjectPhase 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
    • getName

      public String getName()
      Return the name of the value.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description for this value.
      Returns:
      string
    • getQualifiedName

      public String getQualifiedName()
      Return the qualified name for this value.
      Returns:
      string
    • getCategory

      public String getCategory()
      Return the category for this value.
      Returns:
      string
    • toString

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