christophedelory.plist
Class PlistObject
java.lang.Object
christophedelory.plist.PlistObject
- Direct Known Subclasses:
- AbstractPlistBoolean, Array, Date, Dict, PlistText
public class PlistObject
- extends Object
The base plist object.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Method Summary |
Object |
getParent()
Returns the parent of this plist object, if any. |
(package private) void |
setParent(Object parent)
Initializes the parent of this plist object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlistObject
public PlistObject()
setParent
void setParent(Object parent)
- Initializes the parent of this plist object.
- Parameters:
parent
- the parent. May be null
.- See Also:
getParent()
getParent
public Object getParent()
- Returns the parent of this plist object, if any.
- Returns:
- the parent. May be
null
. - See Also:
setParent(java.lang.Object)
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.