org.formulacompiler.spreadsheet
Class SpreadsheetNameCreator.Config

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

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

Configuration data for new instances of SpreadsheetNameCreator.

Author:
peo

Field Summary
 Spreadsheet.Sheet sheet
          The sheet of the spreadsheet representation in which to name cells.
 
Constructor Summary
SpreadsheetNameCreator.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

sheet

public Spreadsheet.Sheet sheet
The sheet of the spreadsheet representation in which to name cells.

Constructor Detail

SpreadsheetNameCreator.Config

public SpreadsheetNameCreator.Config()
Method Detail

validate

public void validate()
Validates the configuration.

Throws:
java.lang.IllegalArgumentException