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

com.xlrit.gears.base.execution.ElementExecution Maven / Gradle / Ivy

There is a newer version: 1.17.5
Show newest version
package com.xlrit.gears.base.execution;

public interface ElementExecution extends Execution {
	String getElementName();
	int getSize();
	int getIndex();
	void setIndex(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy