Package org.openmuc.framework.driver.spi
Interface ChannelRecordContainer
-
- All Superinterfaces:
ReadRecordContainer
public interface ChannelRecordContainer extends ReadRecordContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelRecordContainercopy()java.lang.StringgetChannelAddress()java.lang.ObjectgetChannelHandle()voidsetChannelHandle(java.lang.Object handle)voidsetRecord(Record record)-
Methods inherited from interface org.openmuc.framework.dataaccess.ReadRecordContainer
getChannel, getRecord
-
-
-
-
Method Detail
-
getChannelAddress
java.lang.String getChannelAddress()
-
getChannelHandle
java.lang.Object getChannelHandle()
-
setChannelHandle
void setChannelHandle(java.lang.Object handle)
-
setRecord
void setRecord(Record record)
-
copy
ChannelRecordContainer copy()
-
-