org.apache.poi.ss.util
Class CellReference.NameType

java.lang.Object
  extended by org.apache.poi.ss.util.CellReference.NameType
Enclosing class:
CellReference

public static class CellReference.NameType
extends java.lang.Object

Used to classify identifiers found in formulas as cell references or not.


Field Summary
static CellReference.NameType BAD_CELL_OR_NAMED_RANGE
           
static CellReference.NameType CELL
           
static CellReference.NameType COLUMN
           
static CellReference.NameType NAMED_RANGE
           
static CellReference.NameType ROW
           
 
Constructor Summary
CellReference.NameType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CELL

public static final CellReference.NameType CELL

NAMED_RANGE

public static final CellReference.NameType NAMED_RANGE

COLUMN

public static final CellReference.NameType COLUMN

ROW

public static final CellReference.NameType ROW

BAD_CELL_OR_NAMED_RANGE

public static final CellReference.NameType BAD_CELL_OR_NAMED_RANGE
Constructor Detail

CellReference.NameType

public CellReference.NameType()