com.ebmwebsourcing.easybpel.xpath.exp.api.verification
Interface TypeVerifier


public interface TypeVerifier

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.Class<?> compare(org.jdom.Element e1, org.jdom.Element e2)
           
 java.lang.Boolean getBooleanValue(org.jdom.Element e)
           
 java.util.Date getDateTimeValue(org.jdom.Element e)
           
 java.lang.Integer getIntValue(org.jdom.Element e)
           
 java.lang.String getStringValue(org.jdom.Element e)
           
 boolean isBoolean(org.jdom.Element e)
           
 boolean isDateTime(org.jdom.Element e)
           
 boolean isInteger(org.jdom.Element e)
           
 boolean isNullValue(org.jdom.Element e)
           
 boolean isString(org.jdom.Element e)
           
 

Method Detail

compare

java.lang.Class<?> compare(org.jdom.Element e1,
                           org.jdom.Element e2)
                           throws XPathExpressionException
Throws:
XPathExpressionException

isString

boolean isString(org.jdom.Element e)
                 throws XPathExpressionException
Throws:
XPathExpressionException

isInteger

boolean isInteger(org.jdom.Element e)
                  throws XPathExpressionException
Throws:
XPathExpressionException

isBoolean

boolean isBoolean(org.jdom.Element e)
                  throws XPathExpressionException
Throws:
XPathExpressionException

isDateTime

boolean isDateTime(org.jdom.Element e)
                   throws XPathExpressionException
Throws:
XPathExpressionException

getIntValue

java.lang.Integer getIntValue(org.jdom.Element e)

getStringValue

java.lang.String getStringValue(org.jdom.Element e)

getBooleanValue

java.lang.Boolean getBooleanValue(org.jdom.Element e)

getDateTimeValue

java.util.Date getDateTimeValue(org.jdom.Element e)
                                throws XPathExpressionException
Throws:
XPathExpressionException

isNullValue

boolean isNullValue(org.jdom.Element e)


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