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