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

org.etlunit.parser.ETLTestVariable Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.parser;

public interface ETLTestVariable extends ETLTestAnnotated
{
	enum value_type
	{
		literal,
		assignment
	}

	String getName();

	ETLTestValueObject getValue();

	value_type getValueType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy