
public class StringStatistic extends AbstractStatistic
| Modifier and Type | Field and Description |
|---|---|
private String |
val
Storage
|
key| Constructor and Description |
|---|
StringStatistic(String key)
Constructor.
|
StringStatistic(String key,
String val)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
formatValue()
Get a formatted version of the value, for output.
|
void |
setString(String val)
Set the value.
|
getKey, toString