org.excel4j.object
Class XLBoolean

java.lang.Object
  extended by org.excel4j.XLObject
      extended by org.excel4j.object.XLBoolean

public class XLBoolean
extends XLObject

A boolean.


Field Summary
 
Fields inherited from class org.excel4j.XLObject
handle, xltype
 
Method Summary
 boolean asBoolean()
          Extract an integer from the object.
 
Methods inherited from class org.excel4j.XLObject
asArray, asError, asInteger, asNumber, asString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asBoolean

public boolean asBoolean()
Description copied from class: XLObject
Extract an integer from the object.

Overrides:
asBoolean in class XLObject
Returns:
boolean.