Package com.walkfares.function
Class ConversionFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.ConversionFunctions
- All Implemented Interfaces:
FunctionHolder
public class ConversionFunctions extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description ConversionFunctions() -
Method Summary
Modifier and Type Method Description StringgetCategory()List<Function>getFunctions()VarScalartoInt(OpenDSLContext context, Var input)
-
Constructor Details
-
ConversionFunctions
public ConversionFunctions()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctionsin interfaceFunctionHolder
-
toInt
-