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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._Category
getCategoryDefault, getCategorySet, getLocaleSet, getValueSet, newCategory, reloadEnumeratedTypeWithCustomValues, toCategory, valueSetMethods 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
-
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
-