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.
|
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
IntValue
public IntValue(java.lang.String prop,
int value,
java.lang.Class configClass,
boolean expert,
java.lang.String type)
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
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.