Package wt.change2

Class Category

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class Category extends _Category
Category indicates the category of the WTChangeRequest2.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • SAFETY_ISSUE

      public static final Category SAFETY_ISSUE
      Affects safety.

      Supported API: true
    • COST_REDUCTION

      public static final Category COST_REDUCTION
      Opportunity to reduce costs.

      Supported API: true
    • DESIGN_ISSUE

      public static final Category DESIGN_ISSUE
      Design needs improvement.

      Supported API: true
    • QUALITY_IMPROVEMENT

      public static final Category QUALITY_IMPROVEMENT
      Quality needs improvement.

      Supported API: true
    • DOCUMENTATION_ISSUE

      public static final Category DOCUMENTATION_ISSUE
      Documentation issue

      Supported API: true
    • PRODUCT_IMPROVEMENT

      public static final Category PRODUCT_IMPROVEMENT
      Improvement to the product.

      Supported API: true
    • OTHER

      public static final Category OTHER
      Catch all for other issues.

      Supported API: true