com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.verification
Class TypeVerifierImpl
java.lang.Object
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.verification.TypeVerifierImpl
- All Implemented Interfaces:
- TypeVerifier
public class TypeVerifierImpl
- extends java.lang.Object
- implements TypeVerifier
- Author:
- Nicolas Salatge - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeVerifierImpl
public TypeVerifierImpl(BPELProcess bpelDefinition)
compare
public java.lang.Class<?> compare(org.jdom.Element e1,
org.jdom.Element e2)
throws BPELException
- Specified by:
compare in interface TypeVerifier
- Throws:
BPELException
isInteger
public boolean isInteger(org.jdom.Element e)
throws BPELException
- Specified by:
isInteger in interface TypeVerifier
- Throws:
BPELException
isDateTime
public boolean isDateTime(org.jdom.Element e)
throws BPELException
- Specified by:
isDateTime in interface TypeVerifier
- Throws:
BPELException
isString
public boolean isString(org.jdom.Element e)
throws BPELException
- Specified by:
isString in interface TypeVerifier
- Throws:
BPELException
isBoolean
public boolean isBoolean(org.jdom.Element e)
throws BPELException
- Specified by:
isBoolean in interface TypeVerifier
- Throws:
BPELException
getIntValue
public java.lang.Integer getIntValue(org.jdom.Element e)
- Specified by:
getIntValue in interface TypeVerifier
getStringValue
public java.lang.String getStringValue(org.jdom.Element e)
- Specified by:
getStringValue in interface TypeVerifier
getBooleanValue
public java.lang.Boolean getBooleanValue(org.jdom.Element e)
- Specified by:
getBooleanValue in interface TypeVerifier
getDateTimeValue
public java.util.Date getDateTimeValue(org.jdom.Element e)
throws BPELException
- Specified by:
getDateTimeValue in interface TypeVerifier
- Throws:
BPELException
isNullValue
public boolean isNullValue(org.jdom.Element e)
- Specified by:
isNullValue in interface TypeVerifier
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.