public class DotMethodFPParam extends Object implements Serializable
Constructor and Description |
---|
DotMethodFPParam(int lambdaParamNum,
String description,
EPLExpressionParamType paramType)
Ctor.
|
DotMethodFPParam(String description,
EPLExpressionParamType paramType) |
DotMethodFPParam(String description,
EPLExpressionParamType paramType,
Class... specificType) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
int |
getLambdaParamNum() |
EPLExpressionParamType |
getParamType() |
Class[] |
getSpecificType() |
public DotMethodFPParam(int lambdaParamNum, String description, EPLExpressionParamType paramType)
lambdaParamNum
- number of parameters that are lambda-parameters, i.e. zero for no-lambda, or 1 for "a => ..." or
2 for "(a,b) => ..."description
- parameter descriptionparamType
- parameter typepublic DotMethodFPParam(String description, EPLExpressionParamType paramType)
public DotMethodFPParam(String description, EPLExpressionParamType paramType, Class... specificType)
public int getLambdaParamNum()
public String getDescription()
public EPLExpressionParamType getParamType()
public Class[] getSpecificType()
Copyright © 2005–2021. All rights reserved.