All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sdmxdl.util.file.SdmxFileInfo Maven / Gradle / Ivy

package sdmxdl.util.file;

import sdmxdl.DataStructure;

@lombok.Value(staticConstructor = "of")
public class SdmxFileInfo {

    String dataType;

    DataStructure structure;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy