wt.tools.metamodel
Class LessJavaName
java.lang.Object
wt.tools.metamodel.LessJavaName
- All Implemented Interfaces:
- com.objectspace.jgl.BinaryPredicate, Serializable
- public final class LessJavaName
- extends Object
- implements com.objectspace.jgl.BinaryPredicate
- See Also:
- Serialized Form
Fields inherited from interface com.objectspace.jgl.BinaryPredicate |
serialVersionUID |
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 |
LessJavaName
public LessJavaName()
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()