Lizzy v1.1.1

christophedelory.plist
Class AbstractPlistBoolean

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.AbstractPlistBoolean
Direct Known Subclasses:
False, True

public abstract class AbstractPlistBoolean
extends PlistObject

The boolean numerical primitive.

Version:
$Revision: 55 $
Author:
Christophe Delory

Constructor Summary
AbstractPlistBoolean()
           
 
Method Summary
abstract  boolean isTrue()
          Returns the boolean value.
 
Methods inherited from class christophedelory.plist.PlistObject
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPlistBoolean

public AbstractPlistBoolean()
Method Detail

isTrue

public abstract boolean isTrue()
Returns the boolean value.

Returns:
a boolean.

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.