org.apache.poi.hssf.record.formula.function
Class FunctionMetadata
java.lang.Object
org.apache.poi.hssf.record.formula.function.FunctionMetadata
public final class FunctionMetadata
- extends java.lang.Object
Holds information about Excel built-in functions.
- Author:
- Josh Micich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getIndex
public int getIndex()
getName
public java.lang.String getName()
getMinParams
public int getMinParams()
getMaxParams
public int getMaxParams()
hasFixedArgsLength
public boolean hasFixedArgsLength()
getReturnClassCode
public byte getReturnClassCode()
getParameterClassCodes
public byte[] getParameterClassCodes()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.