cdqa.function
Class asString

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.asString

public final class asString
extends UnaryFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL, repository
 
Constructor Summary
asString()
           
 
Method Summary
 XObject onExecute(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

asString

public asString()
Method Detail

onExecute

public XObject onExecute(XObject o)
Specified by:
onExecute in class UnaryFunction