Package io.keikaiex.ui.dialog
Class Formulas
- java.lang.Object
-
- io.keikaiex.ui.dialog.Formulas
-
- All Implemented Interfaces:
FormulaInfosLoader
public class Formulas extends Object implements FormulaInfosLoader
Supported functions' meta data.- Author:
- Sam, Hawk
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATABASE
static String
DATE_TIME
static String
ENGINEERING
static String
FINANCIAL
static LinkedHashMap<String,List<FormulaMetaInfo>>
formulaInfosByCategory
static String
INFOMATION
static String
LOGICAL
static String
LOOKUP_REF
static String
MATH_TRIG
static String
STATISTICAL
static String
TEXT
-
Constructor Summary
Constructors Constructor Description Formulas()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<String,Map<String,String>>
getFormulaInfos()
static LinkedHashMap<String,List<FormulaMetaInfo>>
getFormulaInfosByCategory()
-
-
-
Field Detail
-
FINANCIAL
public static String FINANCIAL
-
DATE_TIME
public static String DATE_TIME
-
MATH_TRIG
public static String MATH_TRIG
-
STATISTICAL
public static String STATISTICAL
-
LOOKUP_REF
public static String LOOKUP_REF
-
DATABASE
public static String DATABASE
-
TEXT
public static String TEXT
-
LOGICAL
public static String LOGICAL
-
INFOMATION
public static String INFOMATION
-
ENGINEERING
public static String ENGINEERING
-
formulaInfosByCategory
public static LinkedHashMap<String,List<FormulaMetaInfo>> formulaInfosByCategory
-
-
Method Detail
-
getFormulaInfos
public TreeMap<String,Map<String,String>> getFormulaInfos()
- Specified by:
getFormulaInfos
in interfaceFormulaInfosLoader
-
getFormulaInfosByCategory
public static LinkedHashMap<String,List<FormulaMetaInfo>> getFormulaInfosByCategory()
-
-