public class FunctionSupport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FunctionSupport.BaseFunction |
static class |
FunctionSupport.Func0 |
static class |
FunctionSupport.Func1 |
static class |
FunctionSupport.Func1NullIsNull |
static class |
FunctionSupport.Func2 |
static class |
FunctionSupport.Func3 |
static class |
FunctionSupport.FuncVar |
static class |
FunctionSupport.StringFuncWrapper |
Modifier and Type | Method and Description |
---|---|
static boolean |
getOptionalBooleanParam(LocaleContext ctx,
Value[] params,
int idx) |
static double |
getOptionalDoubleParam(EvalContext ctx,
Value[] params,
int idx,
double defValue) |
static int |
getOptionalIntParam(LocaleContext ctx,
Value[] params,
int idx,
int defValue) |
static int |
getOptionalIntParam(LocaleContext ctx,
Value[] params,
int idx,
int defValue,
int useDefValue) |
public static boolean getOptionalBooleanParam(LocaleContext ctx, Value[] params, int idx)
public static double getOptionalDoubleParam(EvalContext ctx, Value[] params, int idx, double defValue)
public static int getOptionalIntParam(LocaleContext ctx, Value[] params, int idx, int defValue)
public static int getOptionalIntParam(LocaleContext ctx, Value[] params, int idx, int defValue, int useDefValue)
Copyright © 2005–2024 OpenHMS. All rights reserved.