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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields 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
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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[]
-