Uses of Class
wt.change2.ConfirmationCategory

Packages that use ConfirmationCategory
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
 

Uses of ConfirmationCategory in wt.change2
 

Fields in wt.change2 declared as ConfirmationCategory
private  ConfirmationCategory WTChangeIssue.theConfirmationCategory
           
static ConfirmationCategory ConfirmationCategory.NOTVERIFIED
          

Supported API: false
static ConfirmationCategory ConfirmationCategory.CONFIRMED
          

Supported API: false
static ConfirmationCategory ConfirmationCategory.UNREPRODUCABLE
          

Supported API: false
static ConfirmationCategory ConfirmationCategory.WONTRESOLVE
          

Supported API: false
static ConfirmationCategory ConfirmationCategory.DUPLICATE
          

Supported API: false
static ConfirmationCategory ConfirmationCategory.CLARIFICATION
          

Supported API: false
 

Methods in wt.change2 that return ConfirmationCategory
 ConfirmationCategory WTChangeIssue.getConfirmationCategory()
          Gets the object for the association that plays role: CONFIRMATION_CATEGORY.
static ConfirmationCategory ConfirmationCategory.newConfirmationCategory(int secretHandshake)
          Used by EnumeratedType for constructing instances of ConfirmationCategory, from a resource bundle.
static ConfirmationCategory ConfirmationCategory.toConfirmationCategory(String internal_value)
          Returns the ConfirmationCategory instance for the internal_value argument.
static ConfirmationCategory ConfirmationCategory.getConfirmationCategoryDefault()
          Returns the default value (instance) for the ConfirmationCategory set.
static ConfirmationCategory[] ConfirmationCategory.getConfirmationCategorySet()
          Returns a copy of the set of valid values (instances) for the ConfirmationCategory class.
 

Methods in wt.change2 with parameters of type ConfirmationCategory
 void WTChangeIssue.setConfirmationCategory(ConfirmationCategory a_ConfirmationCategory)
          Sets the object for the association that plays role: CONFIRMATION_CATEGORY.