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)
           
 boolean getBooleanValue(org.jdom.Element e)
           
 java.util.Date getDateTimeValue(org.jdom.Element e)
           
 double getDoubleValue(org.jdom.Element e)
           
 int getIntValue(org.jdom.Element e)
           
 long getLongValue(org.jdom.Element e)
           
 javax.xml.namespace.QName getQNameValue(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 isDouble(org.jdom.Element e)
           
 boolean isInteger(org.jdom.Element e)
           
 boolean isLong(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

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

getQNameValue

javax.xml.namespace.QName getQNameValue(org.jdom.Element e)


Copyright © 2012 Petals Link. All Rights Reserved.