Lizzy v1.1.1

christophedelory.plist
Class Real

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

public class Real
extends PlistText

The real numerical primitive. Contents should represent a floating point number matching ("+" | "-")? d+ ("."d*)? ("E" ("+" | "-") d+)? where d is a digit 0-9.

Version:
$Revision: 91 $
Author:
Christophe Delory

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

Real

public Real()

© 2008-2009 Christophe Delory

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