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

getl.data.sub.AttachData.groovy Maven / Gradle / Ivy

Go to download

GETL - based package in Groovy, which automates the work of loading and transforming data

There is a newer version: 4.18.9
Show newest version
package getl.data.sub

/**
 * Interface for allowed attach data to dataset
 * @author Alexsey Konstantinov
 */
interface AttachData {
    Object getLocalDatasetData()
    void setLocalDatasetData(Object value)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy