SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.conf
Class IntValue

java.lang.Object
  |
  +--com.solarmetric.rd.conf.Value
        |
        +--com.solarmetric.rd.conf.IntValue

public class IntValue
extends Value

An int Value.


Field Summary
 
Fields inherited from class com.solarmetric.rd.conf.Value
ATTRIBUTE_ALLOWED_VALUES, ATTRIBUTE_TYPE
 
Constructor Summary
IntValue(java.lang.String prop, int value, java.lang.Class configClass, boolean expert, java.lang.String type)
           
 
Method Summary
 int get()
           
 java.lang.String getString()
          Return a stringified version of this value.
 void set(int value)
           
 void setString(java.lang.String stringValue)
          Set this value from the given string.
 
Methods inherited from class com.solarmetric.rd.conf.Value
equals, getDescriptor, getProperty, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntValue

public IntValue(java.lang.String prop,
                int value,
                java.lang.Class configClass,
                boolean expert,
                java.lang.String type)
Method Detail

set

public void set(int value)

get

public int get()

getString

public java.lang.String getString()
Description copied from class: Value
Return a stringified version of this value.

Specified by:
getString in class Value

setString

public void setString(java.lang.String stringValue)
Description copied from class: Value
Set this value from the given string.

Specified by:
setString in class Value

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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