public abstract class StatisticValue
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StatisticValue.CountStatistic
Class to represent statistic value of type count.
|
static class |
StatisticValue.IntervalStatistic
Class to represent statistic value of type interval.
|
static class |
StatisticValue.StatusStatistic
Class to represent statistic value of type status.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected StatisticType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
StatisticValue(java.lang.String name, StatisticType type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets statistics name.
|
StatisticType |
getType()
Gets statistics type.
|
protected java.lang.String name
protected StatisticType type
protected StatisticValue(java.lang.String name,
StatisticType type)
public java.lang.String getName()
public StatisticType getType()