Package wt.change2
Class Category
java.lang.Object
wt.fc.EnumeratedType
wt.change2._Category
wt.change2.Category
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
Category indicates the category of the WTChangeRequest2.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CategoryOpportunity to reduce costs.static final CategoryDesign needs improvement.static final CategoryDocumentation issue
Supported API: truestatic final CategoryCatch all for other issues.static final CategoryImprovement to the product.static final CategoryQuality needs improvement.static final CategoryAffects safety.Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._Category
getCategoryDefault, getCategorySet, getValueSet, toCategoryMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
SAFETY_ISSUE
Affects safety.
Supported API: true -
COST_REDUCTION
Opportunity to reduce costs.
Supported API: true -
DESIGN_ISSUE
Design needs improvement.
Supported API: true -
QUALITY_IMPROVEMENT
Quality needs improvement.
Supported API: true -
DOCUMENTATION_ISSUE
Documentation issue
Supported API: true -
PRODUCT_IMPROVEMENT
Improvement to the product.
Supported API: true -
OTHER
Catch all for other issues.
Supported API: true
-