001 package com.thaiopensource.datatype.xsd; 002 003 interface OrderRelation { 004 boolean isLessThan(Object obj1, Object obj2); 005 }