Package wt.projmgmt.admin
Class ContextItemType
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ContextItemType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
ContextItemType indicates the Type of the Context Item's Type.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: truestatic final ContextItemTypeStatic final constant
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextItemTypeReturns the default value (instance) for the ContextItemType set.static ContextItemType[]Returns a copy of the set of valid values (instances) for the ContextItemType class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static ContextItemTypetoContextItemType(String internal_value) Returns the ContextItemType 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 -
PlanDeliverables
Static final constant
Supported API: true -
PlanMilestones
Static final constant
Supported API: true -
PlanActionItems
Static final constant
Supported API: true -
PlanActivities
Static final constant
Supported API: true -
PlanSummaryActivities
Static final constant
Supported API: true -
PlanSubplanActivities
Static final constant
Supported API: true -
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
Returns the default value (instance) for the ContextItemType set.
Supported API: true- Returns:
- ContextItemType
-
getContextItemTypeSet
Returns a copy of the set of valid values (instances) for the ContextItemType class.
Supported API: true- Returns:
- ContextItemType[]
-
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[]
-