public class NumberStatistic extends Statistic
| Constructor | Description |
|---|---|
NumberStatistic(IResourceName name) |
|
NumberStatistic(IResourceName name,
int defaultValue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
void |
load(DataSet set) |
|
void |
reset() |
|
void |
save(DataSet set) |
|
void |
update() |
public NumberStatistic(IResourceName name)
public NumberStatistic(IResourceName name, int defaultValue)