wt.tools.metamodel
Class LessStringPersistent

java.lang.Object
  extended bywt.tools.metamodel.LessStringPersistent
All Implemented Interfaces:
com.objectspace.jgl.BinaryPredicate, Serializable

public final class LessStringPersistent
extends Object
implements com.objectspace.jgl.BinaryPredicate

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.objectspace.jgl.BinaryPredicate
serialVersionUID
 
Constructor Summary
LessStringPersistent()
           
 
Method Summary
 boolean execute(Object first, Object second)
          Return true if the first operand is less than the second operand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessStringPersistent

public LessStringPersistent()
Method Detail

execute

public boolean execute(Object first,
                       Object second)
Return true if the first operand is less than the second operand.

Specified by:
execute in interface com.objectspace.jgl.BinaryPredicate
Returns:
persistents first, then first.toString() < second.toString()