Class ContextItemType

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

public class ContextItemType extends EnumeratedType implements Serializable
ContextItemType indicates the Type of the Context Item's Type.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • All

      public static final ContextItemType All
      Static final constant

      Supported API: true
    • PlanDeliverables

      public static final ContextItemType PlanDeliverables
      Static final constant

      Supported API: true
    • PlanMilestones

      public static final ContextItemType PlanMilestones
      Static final constant

      Supported API: true
    • PlanActionItems

      public static final ContextItemType PlanActionItems
      Static final constant

      Supported API: true
    • PlanActivities

      public static final ContextItemType PlanActivities
      Static final constant

      Supported API: true
    • PlanSummaryActivities

      public static final ContextItemType PlanSummaryActivities
      Static final constant

      Supported API: true
    • PlanSubplanActivities

      public static final ContextItemType PlanSubplanActivities
      Static final constant

      Supported API: true
    • PlanResourceAssignments

      public static final ContextItemType PlanResourceAssignments
      Static final constant

      Supported API: true
  • Method Details

    • toContextItemType

      public static ContextItemType toContextItemType(String internal_value) throws WTInvalidParameterException
      Returns the ContextItemType instance for the internal_value argument.

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

      public static ContextItemType getContextItemType()
      Returns the default value (instance) for the ContextItemType set.

      Supported API: true
      Returns:
      ContextItemType
    • getContextItemTypeSet

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

      Supported API: true
      Returns:
      ContextItemType[]
    • 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[]