Uses of Class
com.walkfares.odsl.function.FunctionParameter
Package | Description |
---|---|
com.walkfares.odsl.function |
-
Uses of FunctionParameter in com.walkfares.odsl.function
Methods in com.walkfares.odsl.function that return FunctionParameter Modifier and Type Method Description FunctionParameter
UDF. getParameter(String name)
FunctionParameter
FunctionParameter. setByref(boolean byref)
FunctionParameter
FunctionParameter. setDescription(String description)
FunctionParameter
FunctionParameter. setName(String name)
Methods in com.walkfares.odsl.function that return types with arguments of type FunctionParameter Modifier and Type Method Description List<FunctionParameter>
UDF. getParameters()
Methods in com.walkfares.odsl.function with parameters of type FunctionParameter Modifier and Type Method Description UDF
UDF. addParameter(FunctionParameter parameter)