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

sdmxdl.desktop.DataSetRef Maven / Gradle / Ivy

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