com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function
Class FalseFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.AbstractXPathFunction<java.lang.Boolean>
      extended by com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function.FalseFunctionImpl
All Implemented Interfaces:
Function<java.lang.Boolean>, TrueFunction

public class FalseFunctionImpl
extends AbstractXPathFunction<java.lang.Boolean>
implements TrueFunction

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
FalseFunctionImpl(java.lang.String ns)
           
 
Method Summary
 java.lang.Boolean process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FalseFunctionImpl

public FalseFunctionImpl(java.lang.String ns)
                  throws BPELException
Throws:
BPELException
Method Detail

process

public java.lang.Boolean process()
                          throws BPELException
Specified by:
process in interface Function<java.lang.Boolean>
Throws:
BPELException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.