org.openmuc.core.obis
Class OBISData

java.lang.Object
  extended by org.openmuc.core.obis.OBISData

public class OBISData
extends java.lang.Object

Representation of OBIS formated data according to IEC 62065-21/-61 Usage: Parse message elements of (electricity) meters that speak protocols according to IEC 62056-21 (formerly IEC 1107) Each OBISData object consists of one OBISCode object for self-description and one or more OBISValue objects.


Constructor Summary
OBISData(java.lang.String obisData)
          Parse OBIS formated strings
 
Method Summary
 OBISCode getOBISCode()
           
 java.util.Vector<OBISValue> getOBISValues()
           
 OBISValue getValue()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBISData

public OBISData(java.lang.String obisData)
Parse OBIS formated strings

Parameters:
obisData - containing OBIS code and data
Method Detail

getOBISCode

public OBISCode getOBISCode()

getOBISValues

public java.util.Vector<OBISValue> getOBISValues()

getValue

@Deprecated
public OBISValue getValue()
Deprecated.