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

com.github.ejahns.model.interfaces.haselement.HasTableRows Maven / Gradle / Ivy

package com.github.ejahns.model.interfaces.haselement;

import java.util.List;

import com.github.ejahns.model.TableRow;
import com.github.ejahns.model.interfaces.GherkinElement;

public interface HasTableRows extends GherkinElement {

	List getTableRows();

	void setTableRows(List tableRows);

	List> generateTable();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy