Enum Class ProjectStatus

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

public enum ProjectStatus extends Enum<ProjectStatus>
ProjectStatus lists suggested status values for a project.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    This project is in final preparations to start.
    The project is currently being worked on by the project team.
    This project has be approved to go ahead.
    Work on the project will not continue despite incomplete deliverables.
    Work on the project has finished, and all deliverables have either been completed, abandoned or moved to a different project.
    The project has not finished, and work on the project has been temporarily suspended.
    This project has an outline project plan and timeline.
    This project has been proposed but there is no agreement to allocate resources or proceed.
    This project is not able to make progress because of an external factor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the category for this value.
    Return the description for this value.
    Return the name of the value.
    Return the qualified name for this value.
    Output of this enum class and main value.
    Returns the enum constant of this class with the specified name.
    static ProjectStatus[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • PROPOSED

      public static final ProjectStatus PROPOSED
      This project has been proposed but there is no agreement to allocate resources or proceed.
    • APPROVED

      public static final ProjectStatus APPROVED
      This project has be approved to go ahead. Resources a approved for it in principle, but specific resources may not have been allocated yet.
    • PLANNED

      public static final ProjectStatus PLANNED
      This project has an outline project plan and timeline. Resources have been allocated.
    • ACTIVATING

      public static final ProjectStatus ACTIVATING
      This project is in final preparations to start.
    • ACTIVE

      public static final ProjectStatus ACTIVE
      The project is currently being worked on by the project team.
    • STALLED

      public static final ProjectStatus STALLED
      This project is not able to make progress because of an external factor.
    • COMPLETED

      public static final ProjectStatus COMPLETED
      Work on the project has finished, and all deliverables have either been completed, abandoned or moved to a different project.
    • CANCELLED

      public static final ProjectStatus CANCELLED
      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.
    • ON_HOLD

      public static final ProjectStatus ON_HOLD
      The project has not finished, and work on the project has been temporarily suspended.
  • Method Details

    • values

      public static ProjectStatus[] 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 ProjectStatus 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<ProjectStatus>
      Returns:
      string showing enum value