com.raritantechnologies.utils.format
Class NotFormatOperator

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

public class NotFormatOperator
extends java.lang.Object
implements FormatOperator

Negates the effect of a nested FormatOperator.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
NotFormatOperator(FormatOperator lhs)
           
 
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

NotFormatOperator

public NotFormatOperator(FormatOperator lhs)
Method Detail

isValidFor

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