|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpreadsheetBinding
Represents the association of spreadsheet cells and ranges to methods of the application's input and output types. Used as input to the spreadsheet compiler.
This interface is an API only. Do not implement it yourself.
SpreadsheetBinder.getBinding()
,
SpreadsheetToEngineCompiler.Config.binding
Method Summary | |
---|---|
java.lang.Class |
getInputClass()
Returns the type to which input cells and ranges were bound. |
java.lang.Class |
getOutputClass()
Returns the type to which output cells and ranges were bound. |
Spreadsheet |
getSpreadsheet()
Returns the spreadsheet whose cells are bound by this instance. |
Method Detail |
---|
Spreadsheet getSpreadsheet()
SpreadsheetBinder.Config.spreadsheet
java.lang.Class getInputClass()
SpreadsheetBinder.Config.inputClass
java.lang.Class getOutputClass()
SpreadsheetBinder.Config.outputClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |