org.nasdanika.html.model.bootstrap.Row Maven / Gradle / Ivy
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Row'.
*
*
*
* Container rows
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.bootstrap.Row#getColumns Columns}
*
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getRow()
* @model
* @generated
*/
public interface Row extends BootstrapElement {
/**
* Returns the value of the 'Columns' containment reference list.
* The list contents are of type {@link org.nasdanika.html.model.bootstrap.Column}.
*
*
*
* Row columns.
*
* @return the value of the 'Columns' containment reference list.
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getRow_Columns()
* @model containment="true"
* @generated
*/
EList getColumns();
} // Row
© 2015 - 2024 Weber Informatics LLC | Privacy Policy