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

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

/**
 */
package org.nasdanika.models.excel;

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

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Workbook'.
 * 
 *
 * 
 * Excel workbook containing sheets of possibly different type
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.Workbook#getSheets Sheets}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getWorkbook() * @model * @generated */ public interface Workbook extends EObject { /** * Returns the value of the 'Sheets' containment reference list. * The list contents are of type {@link org.nasdanika.models.excel.Sheet}. * * * @return the value of the 'Sheets' containment reference list. * @see org.nasdanika.models.excel.ExcelPackage#getWorkbook_Sheets() * @model containment="true" keys="name" * @generated */ EList getSheets(); /** * * * @model * @generated */ RowSheet addRowSheet(String name); } // Workbook




© 2015 - 2024 Weber Informatics LLC | Privacy Policy