org.openmuc.sunnywebtool.internal
Class ExtendedChannelInformation
java.lang.Object
org.openmuc.core.driver.ChannelInformation
org.openmuc.sunnywebtool.internal.ExtendedChannelInformation
public class ExtendedChannelInformation
- extends ChannelInformation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedChannelInformation
public ExtendedChannelInformation(java.lang.String name,
int DLMSUnitCode,
java.lang.String description)
ExtendedChannelInformation
public ExtendedChannelInformation(java.lang.String name,
int DLMSUnitCode)
getUnitString
public java.lang.String getUnitString()
getUnitCode
public int getUnitCode()
getCurValue
public double getCurValue()
setCurValue
public void setCurValue(double curValue)
getDescription
public java.lang.String getDescription()
- Description copied from class:
ChannelInformation
- Gets the current Measurement Value
- Overrides:
getDescription
in class ChannelInformation