SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.conf
Class DoubleValue

java.lang.Object
  |
  +--com.solarmetric.kodo.conf.Value
        |
        +--com.solarmetric.kodo.conf.DoubleValue
All Implemented Interfaces:
Serializable

public class DoubleValue
extends Value

See Also:
Serialized Form

Fields inherited from class com.solarmetric.kodo.conf.Value
ATTRIBUTE_ALLOWED_VALUES, ATTRIBUTE_TYPE
 
Constructor Summary
DoubleValue(String prop, double value, Class configClass, boolean expert, String type)
           
 
Method Summary
 double get()
           
 String getString()
           
 void set(double value)
           
 void setFromProperties(TypedProperties props)
           
 void setString(String stringValue)
           
 
Methods inherited from class com.solarmetric.kodo.conf.Value
equals, getDescriptor, getProperty, hashCode, setIntoProperties
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleValue

public DoubleValue(String prop,
                   double value,
                   Class configClass,
                   boolean expert,
                   String type)
Method Detail

set

public void set(double value)

get

public double get()

getString

public String getString()
Overrides:
getString in class Value

setFromProperties

public void setFromProperties(TypedProperties props)
Overrides:
setFromProperties in class Value

setString

public void setString(String stringValue)
Overrides:
setString in class Value

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.