Package wt.projmgmt.admin
Class ProjectProgramItemType
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ProjectProgramItemType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
ProjectProgramItemType indicates the Type of the Project/Program Item's Type.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: truestatic final ProjectProgramItemTypeStatic final constant
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectProgramItemTypeReturns the default value (instance) for the ProjectProgramItemType set.static ProjectProgramItemType[]Returns a copy of the set of valid values (instances) for the ProjectProgramItemType class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static ProjectProgramItemTypetoProjectProgramItemType(String internal_value) Returns the ProjectProgramItemType instance for the internal_value argument.Methods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
All
Static final constant
Supported API: true -
ProjectTasks
Static final constant
Supported API: true -
ProjectDeliverables
Static final constant
Supported API: true -
ProjectMilestones
Static final constant
Supported API: true -
ProjectActionItems
Static final constant
Supported API: true -
ProjectActivities
Static final constant
Supported API: true -
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
Returns the default value (instance) for the ProjectProgramItemType set.
Supported API: true- Returns:
- ProjectProgramItemType
-
getProjectProgramItemTypeSet
Returns a copy of the set of valid values (instances) for the ProjectProgramItemType class.
Supported API: true- Returns:
- ProjectProgramItemType[]
-
getValueSet
Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
Supported API: true- Specified by:
getValueSetin classEnumeratedType- Returns:
- EnumeratedType[]
-