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

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

package org.etlunit.parser;

public interface ETLTestOperand extends ETLTestDebugTraceable
{
	ETLTestValueObject getValue();

	String getOperandAsString();

	ETLTestOperation getOperation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy