org.openarchitectureware.workflow.ast.util.converter
Class BooleanConverter

java.lang.Object
  extended by org.openarchitectureware.workflow.ast.util.converter.BooleanConverter
All Implemented Interfaces:
Converter

public class BooleanConverter
extends java.lang.Object
implements Converter


Constructor Summary
BooleanConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.String s)
           
 
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

convert

public java.lang.Object convert(java.lang.String s)
Specified by:
convert in interface Converter