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
 
Constructor Summary
Properties.Double(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Field Detail

TYPE

public static final char TYPE

value

public double value
Constructor Detail

Properties.Double

public Properties.Double(double value)