public static interface DataTypeBuilder.DataTypeFunctionTypeBuilder extends DataTypeParamsBuilder
ExpressionFunction.| Modifier and Type | Method and Description |
|---|---|
DataTypeBuilder.DataTypeFunctionTypeBuilder |
parametersType(List<FunctionParameter> parametersTypes)
Sets the functions parameters types, represented by
FunctionParameters. |
DataTypeBuilder.DataTypeFunctionTypeBuilder |
returnType(DataType returnType)
Sets the return type of the function,
null indicates there's none and is the default value. |
DataTypeBuilder.DataTypeFunctionTypeBuilder returnType(DataType returnType)
null indicates there's none and is the default value.returnType - the DataType of the functions return typeDataTypeBuilder.DataTypeFunctionTypeBuilder parametersType(List<FunctionParameter> parametersTypes)
FunctionParameters.parametersTypes - a List of FunctionParameters.Copyright © 2017 MuleSoft, Inc.. All rights reserved.