I have list of Item objects. ItemCategory is an enum.
public class Item { private String itemId; private String itemName; private ItemCategory ite