com.ebmwebsourcing.easybpel.model.bpel.api.compiler.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 BPELException
- Throws:
BPELException
isString
boolean isString(org.jdom.Element e)
throws BPELException
- Throws:
BPELException
isInteger
boolean isInteger(org.jdom.Element e)
throws BPELException
- Throws:
BPELException
isBoolean
boolean isBoolean(org.jdom.Element e)
throws BPELException
- Throws:
BPELException
isDateTime
boolean isDateTime(org.jdom.Element e)
throws BPELException
- Throws:
BPELException
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 BPELException
- Throws:
BPELException
isNullValue
boolean isNullValue(org.jdom.Element e)
Copyright © 2012 Petals Link. All Rights Reserved.