fr.insee.vtl.model.Metadataset Maven / Gradle / Ivy
package fr.insee.vtl.model;
/**
* Metadata set
*
* Metadataset
is the base interface for sets of metadata that can be provided by the VTL engine.
*
* Metadata sets can be of very diverse types, so the interface does not specify any specifics.
*/
public interface Metadataset {
}