com.ibm.workflow.upes
Class WfXMLValueConverter

java.lang.Object
  |
  +--com.ibm.workflow.upes.WfXMLValueConverter

class WfXMLValueConverter
extends java.lang.Object

The WfXMLValueConverter class is convertion class. It provides a static method to transform an XML boolean into a java boolean value.


Constructor Summary
(package private) WfXMLValueConverter()
           
 
Method Summary
(package private) static boolean FromXMLBool(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

WfXMLValueConverter

WfXMLValueConverter()
Method Detail

FromXMLBool

static boolean FromXMLBool(java.lang.String value)
Returns:
true, if value was '1' or 'true' (not case sensitiv)

false, otherwise