Class ItemValueExists

java.lang.Object
net.bluemind.core.container.api.ItemValueExists

public class ItemValueExists extends Object
  • Field Details

    • itemExists

      public boolean itemExists
    • valueExists

      public boolean valueExists
    • DOESNOTEXISTS

      public static final ItemValueExists DOESNOTEXISTS
  • Constructor Details

    • ItemValueExists

      public ItemValueExists()
    • ItemValueExists

      public ItemValueExists(boolean itemExists, boolean valueExists)
  • Method Details