Lizzy v1.1.1

christophedelory.plist
Class Integer

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.PlistText
          extended by christophedelory.plist.Integer

public class Integer
extends PlistText

The integer numerical primitive. Contents should represent a (possibly signed) integer number in base 10.

Version:
$Revision: 55 $
Author:
Christophe Delory

Constructor Summary
Integer()
          Builds a new and empty integer.
Integer(int value)
          Builds a new integer with the specified value.
 
Method Summary
 
Methods inherited from class christophedelory.plist.PlistText
getValue, setValue
 
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

Integer

public Integer()
Builds a new and empty integer.


Integer

public Integer(int value)
Builds a new integer with the specified value.

Parameters:
value - the integer value.
Throws:
NullPointerException - if value is null.

© 2008-2009 Christophe Delory

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