Class ProjectProgramItemType

java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ProjectProgramItemType
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public class ProjectProgramItemType extends EnumeratedType implements Serializable
ProjectProgramItemType indicates the Type of the Project/Program Item's Type.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • All

      public static final ProjectProgramItemType All
      Static final constant

      Supported API: true
    • ProjectTasks

      public static final ProjectProgramItemType ProjectTasks
      Static final constant

      Supported API: true
    • ProjectDeliverables

      public static final ProjectProgramItemType ProjectDeliverables
      Static final constant

      Supported API: true
    • ProjectMilestones

      public static final ProjectProgramItemType ProjectMilestones
      Static final constant

      Supported API: true
    • ProjectActionItems

      public static final ProjectProgramItemType ProjectActionItems
      Static final constant

      Supported API: true
    • ProjectActivities

      public static final ProjectProgramItemType ProjectActivities
      Static final constant

      Supported API: true
    • ProjectSummaryActivities

      public static final ProjectProgramItemType ProjectSummaryActivities
      Static final constant

      Supported API: true
  • Method Details

    • toProjectProgramItemType

      public static ProjectProgramItemType toProjectProgramItemType(String internal_value) throws WTInvalidParameterException
      Returns the ProjectProgramItemType instance for the internal_value argument.

      Supported API: true
      Parameters:
      internal_value - The internal (persistent) value for a valid instance of ProjectProgramItemType.
      Returns:
      ProjectProgramItemType
      Throws:
      WTInvalidParameterException
    • getProjectProgramItemType

      public static ProjectProgramItemType getProjectProgramItemType()
      Returns the default value (instance) for the ProjectProgramItemType set.

      Supported API: true
      Returns:
      ProjectProgramItemType
    • getProjectProgramItemTypeSet

      public static ProjectProgramItemType[] getProjectProgramItemTypeSet()
      Returns a copy of the set of valid values (instances) for the ProjectProgramItemType class.

      Supported API: true
      Returns:
      ProjectProgramItemType[]
    • getValueSet

      public EnumeratedType[] getValueSet()
      Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

      Supported API: true
      Specified by:
      getValueSet in class EnumeratedType
      Returns:
      EnumeratedType[]