SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.conf
Class IntegerValue

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

public class IntegerValue
extends Value

See Also:
Serialized Form

Fields inherited from class com.solarmetric.kodo.conf.Value
ATTRIBUTE_ALLOWED_VALUES, ATTRIBUTE_TYPE
 
Constructor Summary
IntegerValue(String prop, int value, Class configClass, boolean expert, String type)
           
 
Method Summary
 int get()
           
 String getString()
           
 void set(int 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

IntegerValue

public IntegerValue(String prop,
                    int value,
                    Class configClass,
                    boolean expert,
                    String type)
Method Detail

set

public void set(int value)

get

public int 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.4.3 generated on March 27 2003

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