christophedelory.plist
Class AbstractPlistBoolean
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.AbstractPlistBoolean
- Direct Known Subclasses:
- False, True
public abstract class AbstractPlistBoolean
- extends PlistObject
The boolean numerical primitive.
- Version:
- $Revision: 55 $
- Author:
- Christophe Delory
Method Summary |
abstract boolean |
isTrue()
Returns the boolean value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPlistBoolean
public AbstractPlistBoolean()
isTrue
public abstract boolean isTrue()
- Returns the boolean value.
- Returns:
- a boolean.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.