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

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

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


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

* The following features are supported: *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy