org.openmuc.framework.config
Class ChannelScanInformation
java.lang.Object
org.openmuc.framework.config.ChannelScanInformation
public final class ChannelScanInformation
- extends java.lang.Object
Constructor Summary |
ChannelScanInformation(java.lang.String channelAddress,
java.lang.String description,
ValueType valueType,
java.lang.Integer valueTypeLength)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelScanInformation
public ChannelScanInformation(java.lang.String channelAddress,
java.lang.String description,
ValueType valueType,
java.lang.Integer valueTypeLength)
getChannelAddress
public java.lang.String getChannelAddress()
getDescription
public java.lang.String getDescription()
getValueType
public ValueType getValueType()
getValueTypeLength
public java.lang.Integer getValueTypeLength()
isReadable
public java.lang.Boolean isReadable()
isWritable
public java.lang.Boolean isWritable()