Class Or

  • All Implemented Interfaces:
    Criteria

    public class Or
    extends java.lang.Object
    implements Criteria

    Created: 2007-06-20 09:32:29

    Version:
    $Rev$
    Author:
    bmalkow
    • Constructor Summary

      Constructors 
      Constructor Description
      Or​(Criteria... criteria)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Criteria add​(Criteria criteria)  
      boolean match​(tigase.xml.Element element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Or

        public Or​(Criteria... criteria)