Package com.ptc.projectmanagement.plan
Class HealthStatusType
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.plan._BaseHealthStatusType
wt.projmgmt.plan.BaseHealthStatusType
com.ptc.projectmanagement.plan._HealthStatusType
com.ptc.projectmanagement.plan.HealthStatusType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(superClass=BaseHealthStatusType.class,
supportedAPI=PUBLIC)
public class HealthStatusType
extends _HealthStatusType
HealthStatusType indicates Plan Activity status.
Green-Indicates that there are no risks or obstacles; ready to proceed.
Yellow-Indicates caution; check before proceeding.
Red-Indicates an alert of high risk; do not proceed.
Unavailable-Indicates that status is not set.
Supported API: true
Extendable: false
Green-Indicates that there are no risks or obstacles; ready to proceed.
Yellow-Indicates caution; check before proceeding.
Red-Indicates an alert of high risk; do not proceed.
Unavailable-Indicates that status is not set.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HealthStatusType
Supported API: truestatic final HealthStatusType
Supported API: truestatic final HealthStatusType
Supported API: truestatic final HealthStatusType
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class com.ptc.projectmanagement.plan._HealthStatusType
getHealthStatusTypeDefault, getHealthStatusTypeSet, getValueSet, toHealthStatusTypeMethods inherited from class wt.projmgmt.plan._BaseHealthStatusType
getBaseHealthStatusTypeDefault, getBaseHealthStatusTypeSet, toBaseHealthStatusTypeMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
UNAVAILABLE
Supported API: true -
GREEN
Supported API: true -
YELLOW
Supported API: true -
RED
Supported API: true
-