6.1.
Storing and Displaying Packets
Up one level
A packet may contain any kind and number of objects. There are two base classes allowing to persist and display results: SingleValuePacket and MultiValuePacket.
- For SingleValuePacket the value property is displayed in the result view. It's name can be configured, by overwriting String getValueLabel().
- For MultiValuePacket all numeric properties are displayed in the result view according their order in the packet class. In order to constrain the displayed properties, the method getValuesToSave() should be overwritten in a derived class.

