|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.plist.Plist
public class Plist
The definition of a property list.
Constructor Summary | |
---|---|
Plist()
|
Method Summary | |
---|---|
PlistObject |
getPlistObject()
Returns the plist object. |
String |
getVersion()
Returns the version information. |
void |
setPlistObject(PlistObject object)
Initializes the plist object. |
void |
setVersion(String version)
Initializes the version information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Plist()
Method Detail |
---|
public String getVersion()
null
.setVersion(java.lang.String)
public void setVersion(String version)
version
- a version string. Shall not be null
.
NullPointerException
- if version
is null
.getVersion()
public PlistObject getPlistObject()
null
if not yet initialized.setPlistObject(christophedelory.plist.PlistObject)
public void setPlistObject(PlistObject object)
object
- a plist object. Shall not be null
.
NullPointerException
- if object
is null
.getPlistObject()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |