
public class StringStatistic extends AbstractStatistic
| Modifier and Type | Field and Description | 
|---|---|
private String | 
val
Storage 
 | 
key| Constructor and Description | 
|---|
StringStatistic(String key)
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