|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.udf.AggregatingUDFFinder org.apache.poi.ss.formula.udf.IndexedUDFFinder
@Internal public class IndexedUDFFinder
A UDFFinder that can retrieve functions both by name and by fake index.
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.formula.udf.AggregatingUDFFinder |
---|
DEFAULT |
Constructor Summary | |
---|---|
IndexedUDFFinder(UDFFinder... usedToolPacks)
|
Method Summary | |
---|---|
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name. |
int |
getFunctionIndex(java.lang.String name)
|
java.lang.String |
getFunctionName(int idx)
|
Methods inherited from class org.apache.poi.ss.formula.udf.AggregatingUDFFinder |
---|
add |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedUDFFinder(UDFFinder... usedToolPacks)
Method Detail |
---|
public FreeRefFunction findFunction(java.lang.String name)
AggregatingUDFFinder
null
if
function isn't contained by any registered tool pack.
findFunction
in interface UDFFinder
findFunction
in class AggregatingUDFFinder
name
- Name of function.
null
if not foundpublic java.lang.String getFunctionName(int idx)
public int getFunctionIndex(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |