org.formulacompiler.spreadsheet
Class SpreadsheetByNameBinder.Config

java.lang.Object
  extended by org.formulacompiler.spreadsheet.SpreadsheetByNameBinder.Config
Enclosing interface:
SpreadsheetByNameBinder

public static class SpreadsheetByNameBinder.Config
extends java.lang.Object

Configuration data for new instances of SpreadsheetByNameBinder.

Author:
peo

Field Summary
 SpreadsheetBinder binder
          The binder to use for binding specific cells to specific methods.
 
Constructor Summary
SpreadsheetByNameBinder.Config()
           
 
Method Summary
 void validate()
          Validates the configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binder

public SpreadsheetBinder binder
The binder to use for binding specific cells to specific methods.

Constructor Detail

SpreadsheetByNameBinder.Config

public SpreadsheetByNameBinder.Config()
Method Detail

validate

public void validate()
Validates the configuration.

Throws:
java.lang.IllegalArgumentException