Interface HasMetaData

    • Method Detail

      • getMetaData

        Dictionary<String,​String> getMetaData()
        Deprecated.
        It's recommended to use getMetaDataMap() instead.
        Provides meta data assigned to the entity.
        Returns:
        The map of meta data assigned to the entity.
      • getMetaDataMap

        MetaDataMap getMetaDataMap()
        Provides meta data assigned to the entity, supporting any type.
        Returns:
        A meta data map.
        Since:
        5.4
        See Also:
        MetaDataMap