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

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

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.Row#getNumber Number}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getRow() * @model abstract="true" * @generated */ public interface Row extends EObject { /** * Returns the value of the 'Number' attribute. * * * @return the value of the 'Number' attribute. * @see #setNumber(int) * @see org.nasdanika.models.excel.ExcelPackage#getRow_Number() * @model * @generated */ int getNumber(); /** * Sets the value of the '{@link org.nasdanika.models.excel.Row#getNumber Number}' attribute. * * * @param value the new value of the 'Number' attribute. * @see #getNumber() * @generated */ void setNumber(int value); } // Row




© 2015 - 2024 Weber Informatics LLC | Privacy Policy