org.openmuc.j60870
public class InformationObject extends java.lang.Object
Constructor and Description |
---|
InformationObject(int informationObjectAddress,
InformationElement[][] informationElements) |
Modifier and Type | Method and Description |
---|---|
InformationElement[][] |
getInformationElements()
Returns the information elements as a two dimensional array.
|
int |
getInformationObjectAddress() |
java.lang.String |
toString() |
public InformationObject(int informationObjectAddress, InformationElement[][] informationElements)
public int getInformationObjectAddress()
public InformationElement[][] getInformationElements()
InformationElement
s to a concrete
implementation in order to access the data inside them.public java.lang.String toString()
toString
in class java.lang.Object