Lizzy v1.1.1

christophedelory.plist
Class PlistObject

java.lang.Object
  extended by 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

Constructor Summary
PlistObject()
           
 
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
 

Constructor Detail

PlistObject

public PlistObject()
Method Detail

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)

© 2008-2009 Christophe Delory

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