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

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

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


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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.BooleanCell#isValue Value}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getBooleanCell() * @model * @generated */ public interface BooleanCell extends Cell { /** * Returns the value of the 'Value' attribute. * * * @return the value of the 'Value' attribute. * @see #setValue(boolean) * @see org.nasdanika.models.excel.ExcelPackage#getBooleanCell_Value() * @model * @generated */ boolean isValue(); /** * Sets the value of the '{@link org.nasdanika.models.excel.BooleanCell#isValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #isValue() * @generated */ void setValue(boolean value); } // BooleanCell




© 2015 - 2024 Weber Informatics LLC | Privacy Policy