| Package | Description |
|---|---|
| com.bitplan.vzjava | |
| com.bitplan.vzjava.jpa |
| Modifier and Type | Method and Description |
|---|---|
PowerValue.ChannelMode |
Channel.getChannelMode()
get the channel mode of this channel
|
static PowerValue.ChannelMode |
PowerValue.ChannelMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerValue.ChannelMode[] |
PowerValue.ChannelMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<PowerValue> |
PowerValueManager.get(String isoFrom,
String isoTo,
int channel,
PowerValue.ChannelMode channelMode)
get power values
|
| Modifier and Type | Method and Description |
|---|---|
List<PowerValue> |
PowerValueManagerDao.get(Calendar from,
Calendar to,
int channel,
PowerValue.ChannelMode channelMode)
get the values
|
List<PowerValue> |
PowerValueManagerDao.get(String isoFrom,
String isoTo,
int channel,
PowerValue.ChannelMode channelMode)
get values base on String time stamps
|
Copyright © 2018 BITPlan GmbH. All rights reserved.