superwaba.ext.xplat.util.props
Class Properties.Double

java.lang.Object
  |
  +--superwaba.ext.xplat.util.props.Properties.Value
        |
        +--superwaba.ext.xplat.util.props.Properties.Double
Enclosing class:
Properties

public static class Properties.Double
extends Properties.Value

Implements a value of type double


Field Summary
static char TYPE
           
 double value
           
 
Fields inherited from class superwaba.ext.xplat.util.props.Properties.Value
type, typeStr
 
Constructor Summary
Properties.Double(double value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final char TYPE

value

public double value
Constructor Detail

Properties.Double

public Properties.Double(double value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Properties.Value