Class OrItem

All Implemented Interfaces:
Cloneable

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

    • OrItem

      public OrItem()
  • 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