|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.formulacompiler.spreadsheet.SpreadsheetBinder.Config
public static class SpreadsheetBinder.Config
Configuration data for new instances of
SpreadsheetBinder.
SpreadsheetCompiler.newSpreadsheetBinder(org.formulacompiler.spreadsheet.SpreadsheetBinder.Config)| Field Summary | |
|---|---|
Computation.Config |
compileTimeConfig
The compile-time configuration to use; may be left null. |
java.lang.Class |
inputClass
The class of the input type to whose methods you want to bind input elements; must not be null. |
java.lang.Class |
outputClass
The class of the output type whose methods you want to bind to output elements; must not be null. |
Spreadsheet |
spreadsheet
The spreadsheet whose elements you want to bind; must not be null. |
| Constructor Summary | |
|---|---|
SpreadsheetBinder.Config()
|
|
| Method Summary | |
|---|---|
void |
validate()
Validates the configuration for missing or improperly set values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Spreadsheet spreadsheet
null.
public java.lang.Class inputClass
null.
public java.lang.Class outputClass
null.
public Computation.Config compileTimeConfig
null.
Please refer to the tutorial for details.
| Constructor Detail |
|---|
public SpreadsheetBinder.Config()
| Method Detail |
|---|
public void validate()
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||