| Package | Description |
|---|---|
| at.creadoo.homer.processing.data | |
| at.creadoo.homer.processing.data.enumerations | |
| at.creadoo.homer.processing.data.impl |
| Modifier and Type | Method and Description |
|---|---|
RainType |
RainService.getRainType(Double value) |
RainType |
RainService.getRainType(Double value,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainService.getRainType(int flatId) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode,
int... excludedDeviceIds) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode,
List<Integer> excludedDevices) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
RainService.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
RainType |
RainService.getRainType(int flatId,
int... excludedDeviceIds) |
RainType |
RainService.getRainType(int flatId,
List<Integer> excludedDevices) |
RainType |
RainService.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainService.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
RainService.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
| Modifier and Type | Method and Description |
|---|---|
static RainType |
RainType.getById(Integer id) |
static RainType |
RainType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RainType[] |
RainType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RainType |
RainServiceImpl.getRainType(Double value) |
RainType |
RainServiceImpl.getRainType(Double value,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainServiceImpl.getRainType(int flatId) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode,
int... excludedDeviceIds) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode,
List<Integer> excludedDevices) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
RainServiceImpl.getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
RainType |
RainServiceImpl.getRainType(int flatId,
int... excludedDeviceIds) |
RainType |
RainServiceImpl.getRainType(int flatId,
List<Integer> excludedDevices) |
RainType |
RainServiceImpl.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
RainServiceImpl.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
RainServiceImpl.getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
Copyright © 2017. All rights reserved.