public class MBusDataBlockBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private net.sf.mbus4j.dataframes.datablocks.DataBlock |
db |
private int |
dbIndex |
private int |
devIndex |
private int |
rsIndex |
Constructor and Description |
---|
MBusDataBlockBean(int devIndex,
int rsIndex,
int dbIndex,
net.sf.mbus4j.dataframes.datablocks.DataBlock db) |
Modifier and Type | Method and Description |
---|---|
int |
getDbIndex() |
int |
getDevIndex() |
java.lang.String |
getName() |
java.lang.String |
getParams() |
int |
getRsIndex() |
java.lang.String |
getValue() |
private final int dbIndex
private final int devIndex
private final int rsIndex
private final net.sf.mbus4j.dataframes.datablocks.DataBlock db