Uses of Class
com.ibm.pim.hierarchy.category.Category.SaveResult

Packages that use Category.SaveResult
com.ibm.pim.hierarchy.category   
 

Uses of Category.SaveResult in com.ibm.pim.hierarchy.category
 

Methods in com.ibm.pim.hierarchy.category that return Category.SaveResult
 Category.SaveResult Category.getSaveResult()
          Returns an enumeration of the net effect of the last save on this category.
static Category.SaveResult Category.SaveResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Category.SaveResult[] Category.SaveResult.values()
          Returns an array containing the constants of this enum type, in the order they're declared.