org.apache.poi.hssf.record.formula.eval
Class NameEval

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.eval.NameEval
All Implemented Interfaces:
Eval

public final class NameEval
extends java.lang.Object
implements Eval

Author:
Josh Micich

Constructor Summary
NameEval(int index)
           
 
Method Summary
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameEval

public NameEval(int index)
Parameters:
index - zero based index to a defined name record
Method Detail

getIndex

public int getIndex()
Returns:
zero based index to a defined name record

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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