Class MapValue

java.lang.Object
byps.BValueClass
All Implemented Interfaces:
Serializable

public class MapValue extends KeyValue implements Serializable
This class represents map values. A map value is either a string, stored in member KeyValue.value of the super class. Or a map value is a BLOB available in blobValue.
Since:
10.00.020.007
See Also:
  • Field Details

    • blobValue

      protected FileData blobValue
      BLOB value.
  • Constructor Details

  • Method Details