org.nasdanika.html.model.bootstrap.TableRowContainer Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Table Row Container'.
*
*
*
* Base class for containers of rows - table, header, body, footer.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.bootstrap.TableRowContainer#getRows Rows}
*
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getTableRowContainer()
* @model abstract="true"
* @generated
*/
public interface TableRowContainer extends BootstrapElement {
/**
* Returns the value of the 'Rows' containment reference list.
* The list contents are of type {@link org.nasdanika.html.model.bootstrap.TableRow}.
*
*
*
* Table rows.
*
* @return the value of the 'Rows' containment reference list.
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getTableRowContainer_Rows()
* @model containment="true"
* annotation="urn:org.nasdanika homogeneous='true'"
* @generated
*/
EList getRows();
} // TableRowContainer