Class OrItem

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • OrItem

        public OrItem()
    • Method Detail

      • 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 java.lang.String getName()
        Description copied from class: Item
        Returns the name of this item
        Specified by:
        getName in class Item