Class AndItem

All Implemented Interfaces:
Cloneable

public class AndItem extends CompositeItem
An and'ing of a collection of sub-expressions
Author:
bratseth
  • Constructor Details

    • AndItem

      public AndItem()
  • Method Details

    • getItemType

      public Item.ItemType getItemType()
      Description copied from class: Item
      Return the enumerated type of this item.
      Specified by:
      getItemType in class Item
    • getName

      public String getName()
      Description copied from class: Item
      Returns the name of this item
      Specified by:
      getName in class Item