org.apache.cocoon.components.elementprocessor.types
Class BooleanResult

java.lang.Object
  |
  +--org.apache.cocoon.components.elementprocessor.types.BooleanResult

public class BooleanResult
extends java.lang.Object

This class holds the result of a boolean conversion. The result is either a valid value, or an IOException that was created by the boolean converter

Author:
Marc Johnson (marc_johnson27591@hotmail.com)

Method Summary
 boolean booleanValue()
          Get the value as a boolean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

booleanValue

public boolean booleanValue()
                     throws java.io.IOException
Get the value as a boolean
Returns:
the value as a boolean
Throws:
java.io.IOException - if there was a problem converting the value


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.