jxl.biff.formula
Class FunctionNames

java.lang.Object
  |
  +--jxl.biff.formula.FunctionNames

public class FunctionNames
extends java.lang.Object

A class which contains the function names for the current workbook. The function names can potentially vary from workbook to workbook depending on the locale


Field Summary
private  java.util.HashMap functions
          A hash mapping keyed on the locale specific name and returning the function
private  java.util.HashMap names
          A hash mapping keyed on the function and returning its locale specific name
 
Constructor Summary
FunctionNames(java.util.Locale l)
          Constructor
 
Method Summary
(package private)  Function getFunction(java.lang.String s)
          Gets the function for the specified name
(package private)  java.lang.String getName(Function f)
          Gets the name for the function
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

names

private java.util.HashMap names
A hash mapping keyed on the function and returning its locale specific name

functions

private java.util.HashMap functions
A hash mapping keyed on the locale specific name and returning the function
Constructor Detail

FunctionNames

public FunctionNames(java.util.Locale l)
Constructor
Method Detail

getFunction

Function getFunction(java.lang.String s)
Gets the function for the specified name

getName

java.lang.String getName(Function f)
Gets the name for the function