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

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

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

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


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

Field Detail

CELL

public static final int CELL
See Also:
Constant Field Values

NAMED_RANGE

public static final int NAMED_RANGE
See Also:
Constant Field Values

COLUMN

public static final int COLUMN
See Also:
Constant Field Values

BAD_CELL_OR_NAMED_RANGE

public static final int BAD_CELL_OR_NAMED_RANGE
See Also:
Constant Field Values
Constructor Detail

CellReference.NameType

public CellReference.NameType()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.