com.raritantechnologies.utils.format
Class AndFormatOperator

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

public class AndFormatOperator
extends java.lang.Object
implements FormatOperator

Combines two format operators in an AND operation.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
AndFormatOperator(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

AndFormatOperator

public AndFormatOperator(FormatOperator lhs,
                         FormatOperator rhs)
Method Detail

isValidFor

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