Class AndItem

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • AndItem

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