Enum Class UAF.ProjectKindEnum

java.lang.Object
java.lang.Enum<UAF.ProjectKindEnum>
com.nomagic.magicdraw.uaf.UAF.ProjectKindEnum
All Implemented Interfaces:
Serializable, Comparable<UAF.ProjectKindEnum>, Constable
Enclosing class:
UAF

public static enum UAF.ProjectKindEnum extends Enum<UAF.ProjectKindEnum>
Enumeration of the possible kinds of project applicable to an ActualProject.
  • Enum Constant Details

    • PROGRAMME

      public static final UAF.ProjectKindEnum PROGRAMME
      Indicates that the ActualProject associated with the ProjectKind is an undertaking that is a temporary, flexible organization created to co-ordinate, direct and oversee the implementation of a set of related Projects and Tasks in order to deliver outcomes and benefits related to the organization s strategic objectives. A programme is likely to have a lifespan of several years. During a programme lifecycle, projects are initiated, executed, and closed. Programmes provide an umbrella under which these projects can be co-ordinated. The programme integrates the projects so that it can deliver an outcome greater than the sum of its parts.
    • PORTFOLIO

      public static final UAF.ProjectKindEnum PORTFOLIO
      Indicates that the ActualProject associated with the ProjectKind is an undertaking comprised of the Projects and Programmes that are the totality of an organization's investment (or segment thereof) in the changes required to achieve its strategic objectives.
    • PROJECT

      public static final UAF.ProjectKindEnum PROJECT
      Indicates that the ActualProject associated with the ProjectKind is an undertaking that is a time-limited endeavor to create a specific set of products or services.
    • PERSONNELDEVELOPMENT

      public static final UAF.ProjectKindEnum PERSONNELDEVELOPMENT
      Indicates that the ActualProject associated with the ProjectKind is an undertaking that relates to the training and enablement of personnel to enable them help achieve the organizations objectives.
  • Method Details

    • values

      public static UAF.ProjectKindEnum[] 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 UAF.ProjectKindEnum 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
    • getText

      public String getText()
    • from

      @CheckForNull public static UAF.ProjectKindEnum from(@CheckForNull Object o)
    • toEnum

      @CheckForNull public static UAF.ProjectKindEnum toEnum(EnumerationLiteral literal)
    • toEnumerationLiteral

      @CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.ProjectKindEnum anEnum)