| Package | Description |
|---|---|
| net.anotheria.moskito.core.stats | |
| net.anotheria.moskito.core.stats.impl |
| Modifier and Type | Method and Description |
|---|---|
StatValueTypes |
TypeAwareStatValue.getType() |
static StatValueTypes |
StatValueTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatValueTypes[] |
StatValueTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatValueTypes |
TypeAwareStatValueImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
static DetailedStatValue |
StatValueFactory.createDetailedStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals) |
static TypeAwareStatValue |
StatValueFactory.createStatValue(StatValueTypes aType,
java.lang.String aName,
java.util.Collection<java.lang.String> aIntervals) |
static TypeAwareStatValue |
StatValueFactory.createStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals)
This method creates a StatValue instance.
|
| Constructor and Description |
|---|
DetailedTypeAwareStatValueImpl(java.lang.String aName,
StatValueTypes svType,
IValueHolderFactory aFactory) |
TypeAwareStatValueImpl(java.lang.String aName,
StatValueTypes svType,
IValueHolderFactory aFactory)
Constructs an instance of TypeAwareStatValueImpl.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.