Uses of Class
com.ibm.pim.catalog.item.Item.SaveResult

Packages that use Item.SaveResult
com.ibm.pim.catalog.item   
 

Uses of Item.SaveResult in com.ibm.pim.catalog.item
 

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