@Label(value="Cell") public interface ExcelCellDescriptor extends ExcelDescriptor, ExcelStyleDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBlank() |
boolean |
getBoolValue() |
int |
getColumn() |
java.lang.String |
getComment() |
java.util.Date |
getDateValue() |
java.util.List<ExcelCellDescriptor> |
getDependencies() |
double |
getNumericValue() |
int |
getRow() |
java.lang.String |
getStringValue() |
java.lang.String |
getType() |
void |
setBlank(boolean blank) |
void |
setBoolValue(boolean booleanCellValue) |
void |
setColumn(int column) |
void |
setComment(java.lang.String comment) |
void |
setDateValue(java.util.Date dateCellValue) |
void |
setNumericValue(double numericCellValue) |
void |
setRow(int row) |
void |
setStringValue(java.lang.String value) |
void |
setType(java.lang.String type) |
getBackgroundColor, getBottomBorderColor, getDataFormat, getDataFormatString, getFillPattern, getForegroundColor, getHidden, getLeftBorderColor, getLocked, getQuotePrefix, getRightBorderColor, getTopBorderColor, setBackgroundColor, setBottomBorderColor, setDataFormat, setDataFormatString, setFillPattern, setForegroundColor, setHidden, setLeftBorderColor, setLocked, setQuotePrefix, setRightBorderColor, setTopBorderColorvoid setColumn(int column)
int getColumn()
void setRow(int row)
int getRow()
void setType(java.lang.String type)
java.lang.String getType()
void setBoolValue(boolean booleanCellValue)
boolean getBoolValue()
void setStringValue(java.lang.String value)
java.lang.String getStringValue()
void setDateValue(java.util.Date dateCellValue)
java.util.Date getDateValue()
void setNumericValue(double numericCellValue)
double getNumericValue()
void setComment(java.lang.String comment)
java.lang.String getComment()
void setBlank(boolean blank)
boolean getBlank()
@Relation(value="DEPENDS_ON") java.util.List<ExcelCellDescriptor> getDependencies()