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

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

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


/**
 * 
 * A representation of the model object 'Error Cell'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.ErrorCell#getValue Value}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getErrorCell() * @model * @generated */ public interface ErrorCell extends Cell { /** * Returns the value of the 'Value' attribute. * * * @return the value of the 'Value' attribute. * @see #setValue(byte) * @see org.nasdanika.models.excel.ExcelPackage#getErrorCell_Value() * @model * @generated */ byte getValue(); /** * Sets the value of the '{@link org.nasdanika.models.excel.ErrorCell#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(byte value); } // ErrorCell




© 2015 - 2024 Weber Informatics LLC | Privacy Policy