com.ebmwebsourcing.easybpel.model.bpel.api.compiler.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 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 © 2011 Petals Link. All Rights Reserved.