com.ebmwebsourcing.easybpel.xpath.exp.api.verification
Interface TypeVerifier
public interface TypeVerifier
- Author:
- Nicolas Salatge - eBM WebSourcing
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
isLong
boolean isLong(org.jdom.Element e)
throws XPathExpressionException
- Throws:
XPathExpressionException
isDouble
boolean isDouble(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
int getIntValue(org.jdom.Element e)
getLongValue
long getLongValue(org.jdom.Element e)
getDoubleValue
double getDoubleValue(org.jdom.Element e)
getStringValue
java.lang.String getStringValue(org.jdom.Element e)
getBooleanValue
boolean getBooleanValue(org.jdom.Element e)
getDateTimeValue
java.util.Date getDateTimeValue(org.jdom.Element e)
throws XPathExpressionException
- Throws:
XPathExpressionException
Copyright © 2008-2011 eBM WebSourcing. All Rights Reserved.