org.ofbiz.minilang.operation
Class Compare

java.lang.Object
  extended by org.ofbiz.minilang.operation.SimpleMapOperation
      extended by org.ofbiz.minilang.operation.BaseCompare
          extended by org.ofbiz.minilang.operation.Compare

public class Compare
extends BaseCompare

Compares an in-field to the specified value


Constructor Summary
Compare(org.w3c.dom.Element element, SimpleMapProcess simpleMapProcess)
           
 
Method Summary
 void exec(java.util.Map<java.lang.String,java.lang.Object> inMap, java.util.Map<java.lang.String,java.lang.Object> results, java.util.List<java.lang.Object> messages, java.util.Locale locale, java.lang.ClassLoader loader)
           
 
Methods inherited from class org.ofbiz.minilang.operation.BaseCompare
doCompare, doRealCompare
 
Methods inherited from class org.ofbiz.minilang.operation.SimpleMapOperation
addMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compare

public Compare(org.w3c.dom.Element element,
               SimpleMapProcess simpleMapProcess)
Method Detail

exec

public void exec(java.util.Map<java.lang.String,java.lang.Object> inMap,
                 java.util.Map<java.lang.String,java.lang.Object> results,
                 java.util.List<java.lang.Object> messages,
                 java.util.Locale locale,
                 java.lang.ClassLoader loader)
Overrides:
exec in class BaseCompare