public class DotMethodFPParam extends Object
Constructor and Description |
---|
DotMethodFPParam(int lambdaParamNum,
String description,
DotMethodFPParamTypeEnum type) |
DotMethodFPParam(String description,
DotMethodFPParamTypeEnum type,
Class specificType) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
int |
getLambdaParamNum() |
Class |
getSpecificType() |
DotMethodFPParamTypeEnum |
getType() |
public DotMethodFPParam(int lambdaParamNum, String description, DotMethodFPParamTypeEnum type)
public DotMethodFPParam(String description, DotMethodFPParamTypeEnum type, Class specificType)
public int getLambdaParamNum()
public String getDescription()
public DotMethodFPParamTypeEnum getType()
public Class getSpecificType()