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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class com.ptc.projectmanagement.plan._HealthStatusType
getHealthStatusTypeDefault, getHealthStatusTypeSet, getLocaleSet, getValueSet, newHealthStatusType, reloadEnumeratedTypeWithCustomValues, toHealthStatusType, valueSetMethods inherited from class wt.projmgmt.plan._BaseHealthStatusType
getBaseHealthStatusTypeDefault, getBaseHealthStatusTypeSet, newBaseHealthStatusType, toBaseHealthStatusTypeMethods 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
-
UNAVAILABLE
Supported API: true -
GREEN
Supported API: true -
YELLOW
Supported API: true -
RED
Supported API: true
-