com.aptana.xml
Class BooleanConverter

java.lang.Object
  extended by com.aptana.xml.BooleanConverter
All Implemented Interfaces:
IConverter

public class BooleanConverter
extends java.lang.Object
implements IConverter

Author:
Kevin Lindsey

Constructor Summary
BooleanConverter()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String value)
          fromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

fromString

public java.lang.Object fromString(java.lang.String value)
Description copied from interface: IConverter
fromString

Specified by:
fromString in interface IConverter
Returns:
object or null
See Also:
IConverter.fromString(java.lang.String)