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

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

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.Sheet#getName Name}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getSheet() * @model abstract="true" * @generated */ public interface Sheet extends EObject { /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.nasdanika.models.excel.ExcelPackage#getSheet_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.nasdanika.models.excel.Sheet#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // Sheet




© 2015 - 2025 Weber Informatics LLC | Privacy Policy