org.openmuc.framework.config
Class ChannelScanInformation

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getChannelAddress()
           
 java.lang.String getDescription()
           
 ValueType getValueType()
           
 java.lang.Integer getValueTypeLength()
           
 java.lang.Boolean isReadable()
           
 java.lang.Boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelScanInformation

public ChannelScanInformation(java.lang.String channelAddress,
                              java.lang.String description,
                              ValueType valueType,
                              java.lang.Integer valueTypeLength)
Method Detail

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()