| Package | Description |
|---|---|
| org.osivia.services.statistics.model |
| Modifier and Type | Field and Description |
|---|---|
static StatisticsVersion |
StatisticsVersion.DEFAULT
Default statistics version.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsVersion |
StatisticsVersion.fromName(String name)
Get statistics version from name.
|
StatisticsVersion |
StatisticsConfiguration.getVersion()
Getter for version.
|
static StatisticsVersion |
StatisticsVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsVersion[] |
StatisticsVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsConfiguration.setVersion(StatisticsVersion version)
Setter for version.
|
Copyright © 2016 OSIVIA. All rights reserved.