org.nasdanika.models.excel.DateCell Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.models.excel;
import java.util.Date;
/**
*
* A representation of the model object 'Date Cell'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.excel.DateCell#getValue Value}
*
*
* @see org.nasdanika.models.excel.ExcelPackage#getDateCell()
* @model
* @generated
*/
public interface DateCell extends Cell {
/**
* Returns the value of the 'Value' attribute.
*
*
* @return the value of the 'Value' attribute.
* @see #setValue(Date)
* @see org.nasdanika.models.excel.ExcelPackage#getDateCell_Value()
* @model
* @generated
*/
Date getValue();
/**
* Sets the value of the '{@link org.nasdanika.models.excel.DateCell#getValue Value}' attribute.
*
*
* @param value the new value of the 'Value' attribute.
* @see #getValue()
* @generated
*/
void setValue(Date value);
} // DateCell
© 2015 - 2025 Weber Informatics LLC | Privacy Policy