xoql.function
Class intToBool

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by xoql.function.intToBool

public class intToBool
extends cdqa.function.UnaryFunction

Author:
J?r?me Baumgarten, $Author: benjello $, $Id: intToBool.java,v 1.1 2004/09/23 09:49:39 benjello Exp $

Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
intToBool()
           
 
Method Summary
 cdqa.object.XObject onExecute(cdqa.object.XObject o)
           
 
Methods inherited from class cdqa.function.UnaryFunction
createIteratorInstance, execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

intToBool

public intToBool()
Method Detail

onExecute

public cdqa.object.XObject onExecute(cdqa.object.XObject o)
Specified by:
onExecute in class cdqa.function.UnaryFunction