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

java.lang.Object
  extended by org.apache.cocoon.components.elementprocessor.types.BooleanResult

public class BooleanResult
extends 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

Version:
CVS $Id: BooleanResult.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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 IOException
Get the value as a boolean

Returns:
the value as a boolean
Throws:
IOException - if there was a problem converting the value


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.