Class ProjectProgramType

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

public class ProjectProgramType extends EnumeratedType implements Serializable
ProjectProgramType indicates the Type of the ProjectProgramType.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • ProjectsIOwn

      public static final ProjectProgramType ProjectsIOwn
      Static final constant

      Supported API: true
    • ProjectsMemberOf

      public static final ProjectProgramType ProjectsMemberOf
      Static final constant

      Supported API: true
    • ProjectsCreated

      public static final ProjectProgramType ProjectsCreated
      Static final constant

      Supported API: true
    • ProjectsAccessTo

      public static final ProjectProgramType ProjectsAccessTo
      Static final constant

      Supported API: true
    • ProgramsIOwn

      public static final ProjectProgramType ProgramsIOwn
      Static final constant

      Supported API: true
    • ProgramsMemberOf

      public static final ProjectProgramType ProgramsMemberOf
      Static final constant

      Supported API: true
    • ProgramsCreated

      public static final ProjectProgramType ProgramsCreated
      Static final constant

      Supported API: true
    • ProgramsAccessTo

      public static final ProjectProgramType ProgramsAccessTo
      Static final constant

      Supported API: true
    • Selected

      public static final ProjectProgramType Selected
      Static final constant

      Supported API: true
  • Method Details

    • toProjectProgramType

      public static ProjectProgramType toProjectProgramType(String internal_value) throws WTInvalidParameterException
      Returns the ProjectProgramType instance for the internal_value argument.

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

      public static ProjectProgramType getProjectProgramType()
      Returns the default value (instance) for the ProjectProgramType set.

      Supported API: true
      Returns:
      ProjectProgramType
    • getProjectProgramTypeSet

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

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