com.raritantechnologies.utils.format
Class OrFormatOperator

java.lang.Object
  extended bycom.raritantechnologies.utils.format.OrFormatOperator
All Implemented Interfaces:
FormatOperator

public class OrFormatOperator
extends java.lang.Object
implements FormatOperator

Combines two format operators in an OR operation.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
OrFormatOperator(FormatOperator lhs, FormatOperator rhs)
           
 
Method Summary
 boolean isValidFor(java.util.Map queryParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrFormatOperator

public OrFormatOperator(FormatOperator lhs,
                        FormatOperator rhs)
Method Detail

isValidFor

public boolean isValidFor(java.util.Map queryParams)
Specified by:
isValidFor in interface FormatOperator