Пример #1
0
 /** @see railo.runtime.op.Castable#compareTo(railo.runtime.type.dt.DateTime) */
 public int compareTo(DateTime dt) throws PageException {
   return struct.compareTo(dt);
 }
Пример #2
0
 /** @see railo.runtime.op.Castable#compareTo(boolean) */
 public int compareTo(boolean b) throws PageException {
   return struct.compareTo(b);
 }
Пример #3
0
 /** @see railo.runtime.op.Castable#compareTo(double) */
 public int compareTo(double d) throws PageException {
   return struct.compareTo(d);
 }
Пример #4
0
 /** @see railo.runtime.op.Castable#compareTo(java.lang.String) */
 public int compareTo(String str) throws PageException {
   return struct.compareTo(str);
 }