sdmxdl.desktop.DataSetRef Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdmx-dl-desktop Show documentation
Show all versions of sdmx-dl-desktop Show documentation
Easily download official statistics - Desktop
The newest version!
package sdmxdl.desktop;
import lombok.NonNull;
import sdmxdl.Key;
@lombok.Value
public class DataSetRef {
@NonNull DataSourceRef dataSourceRef;
@NonNull Key key;
int dimensionIndex;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy