public interface Statistic extends CatalogType, Translatable
Modifier and Type | Method and Description |
---|---|
StatisticGroup |
getGroup()
Gets the
StatisticGroup this Statistic belongs to. |
Optional<StatisticFormat> |
getStatisticFormat()
Gets the
StatisticFormat of this statistic. |
getId, getName
getTranslation
Optional<StatisticFormat> getStatisticFormat()
StatisticFormat
of this statistic. If this is not
present that this statistic's format is deferred to its group's default
format.StatisticGroup getGroup()
StatisticGroup
this Statistic
belongs to.