|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICell
Description: Abstraction for a single spreadsheet cell
User: roman.stumm
Date: 11.06.2008
Time: 17:21:10
Copyright: Agimatec GmbH
| Method Summary | |
|---|---|
int |
getColumnIndex()
logical cell number in row |
String |
getComment()
|
Date |
getDateValue()
|
double |
getNumericValue()
|
String |
getStringValue()
works with every cell data type. |
Object |
getValue()
works with every cell data type. |
| Method Detail |
|---|
Object getValue()
double getNumericValue()
NumberFormatException - when value format is not a numberString getStringValue()
Date getDateValue()
String getComment()
int getColumnIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||