public class RGIntegerValue extends RGValue
| Modifier and Type | Field and Description |
|---|---|
int |
intvalue |
| Constructor and Description |
|---|
RGIntegerValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
explainMe()
An explanatory string to describe what the values mean.
|
Object |
getValue()
Return the value as some kind of object.
|
Class |
getValueClass()
Returns the kind of value expected.
|
boolean |
queryCellValue(String s)
Ask an interactive user what value to assign.
|
void |
setValue(Integer i) |
String |
toString()
Whatever kind of value this is, show it as a displayable string.
|
public void setValue(Integer i)
throws RGValueException
RGValueExceptionpublic Object getValue()
RGValuepublic boolean queryCellValue(String s)
RGValuequeryCellValue in class RGValues - An explanatory string for the user.public String toString()
RGValuepublic String explainMe()
RGValuepublic Class getValueClass()
RGValuegetValueClass in class RGValue