| Package | Description |
|---|---|
| at.creadoo.homer.processing.data.enumerations | |
| at.creadoo.homer.processing.data.impl | |
| at.creadoo.homer.processing.data.listeners |
| Modifier and Type | Method and Description |
|---|---|
static CalculationMode |
CalculationMode.getById(Integer id) |
static CalculationMode |
CalculationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalculationMode[] |
CalculationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndoorClimateServiceImpl.onValueChanged(Double value,
Double previousValue,
CalculationMode mode,
Integer flatId) |
static <T> void |
ListenerUtil.removeListener(List<at.creadoo.homer.processing.data.impl.ValueChangeListenerItem<T>> listeners,
ValueChangeListener<T> listener,
CalculationMode calculationMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueChangeListener.onValueChanged(T value,
T previousValue,
CalculationMode calculationMode,
Integer flatId) |
Copyright © 2017. All rights reserved.