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

org.nasdanika.models.excel.RowSheet Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.models.excel;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Row Sheet'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.RowSheet#getRows Rows}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getRowSheet() * @model * @generated */ public interface RowSheet extends Sheet { /** * Returns the value of the 'Rows' containment reference list. * The list contents are of type {@link org.nasdanika.models.excel.Row}. * * * @return the value of the 'Rows' containment reference list. * @see org.nasdanika.models.excel.ExcelPackage#getRowSheet_Rows() * @model containment="true" * @generated */ EList getRows(); /** * * * @model * @generated */ CellRow addCellRow(); } // RowSheet




© 2015 - 2025 Weber Informatics LLC | Privacy Policy