Class ValueMetaData

All Implemented Interfaces:
Serializable, ColumnMetaDataContainer

public class ValueMetaData extends AbstractElementMetaData
This element specifies the mapping for the value component of maps. The serialised attribute specifies that the key values are to be serialised into the named column.
See Also:
  • Field Details

  • Constructor Details

    • ValueMetaData

      public ValueMetaData(ValueMetaData vmd)
      Constructor to create a copy of the passed metadata using the provided parent.
      Parameters:
      vmd - The metadata to copy
    • ValueMetaData

      public ValueMetaData()
      Default constructor. Set the fields using setters, before populate().
  • Method Details