|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.jmbus.MBusToObisTranslator
public class MBusToObisTranslator
Get the corresponding OBIS code for a given M-Bus VariableDataBlock. Since this class is a singleton you have to get the instance with the static getInstance() method.
Constructor Summary | |
---|---|
MBusToObisTranslator()
|
Method Summary | |
---|---|
static MBusToObisTranslator |
getInstance()
|
java.lang.String |
getOBISCode(byte medium,
VariableDataBlock vdb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBusToObisTranslator()
Method Detail |
---|
public java.lang.String getOBISCode(byte medium, VariableDataBlock vdb)
public static MBusToObisTranslator getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |