org.apache.poi.hssf.record.formula.function
Class FunctionMetadata

java.lang.Object
  extended by 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

Method Summary
 int getIndex()
           
 int getMaxParams()
           
 int getMinParams()
           
 java.lang.String getName()
           
 byte[] getParameterClassCodes()
           
 byte getReturnClassCode()
           
 boolean hasFixedArgsLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.