getl.data.sub.AttachData.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getl Show documentation
Show all versions of getl Show documentation
GETL - based package in Groovy, which automates the work of loading and transforming data
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