Package | Description |
---|---|
net.sf.mbus4j.dataframes | |
net.sf.mbus4j.dataframes.datablocks | |
net.sf.mbus4j.dataframes.datablocks.dif |
Modifier and Type | Method and Description |
---|---|
DataBlock |
UserDataResponse.findDataBlock(DataFieldCode difCode,
String paramDescr,
UnitOfMeasurement unitOfMeasurement,
FunctionField functionField,
long storageNumber,
short subUnit,
int tariff) |
Modifier and Type | Method and Description |
---|---|
DataFieldCode |
DataBlock.getDataFieldCode() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends DataBlock> |
DataBlock.getDataBlockClass(Vif vif,
Vife[] vifes,
DataFieldCode dfc,
VariableLengthType variableLengthType) |
void |
DataBlock.setDataFieldCode(DataFieldCode dataFieldCode) |
Constructor and Description |
---|
ByteDataBlock(DataFieldCode dif,
Vif vif,
byte value) |
DataBlock(DataFieldCode dif,
FunctionField functionField,
short subUnit,
int tariff,
long storageNumber,
Vif vif,
Vife... vifes)
Deprecated.
|
DataBlock(DataFieldCode dif,
Vif vif,
Vife... vifes)
Deprecated.
|
IntegerDataBlock(DataFieldCode dif,
FunctionField functionField,
short subUnit,
int tariff,
long storageNumber,
Vif vif,
Vife... vifes)
Deprecated.
|
IntegerDataBlock(DataFieldCode dif,
Vif vif)
Deprecated.
|
RealDataBlock(DataFieldCode dataFieldCode,
Vif vif,
Vife... vifes)
Deprecated.
|
ShortDataBlock(DataFieldCode dif,
Vif vif)
Deprecated.
|
StringDataBlock(DataFieldCode dfc,
Vif vif)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DataFieldCode |
DataFieldCode.fromLabel(String label) |
static DataFieldCode |
DataFieldCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFieldCode[] |
DataFieldCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2016 MBus4J. All rights reserved.