com.espertech.esper.epl.methodbase
Class DotMethodFPParam
java.lang.Object
com.espertech.esper.epl.methodbase.DotMethodFPParam
public class DotMethodFPParam
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotMethodFPParam
public DotMethodFPParam(int lambdaParamNum,
java.lang.String description,
DotMethodFPParamTypeEnum type)
DotMethodFPParam
public DotMethodFPParam(java.lang.String description,
DotMethodFPParamTypeEnum type,
java.lang.Class specificType)
getLambdaParamNum
public int getLambdaParamNum()
getDescription
public java.lang.String getDescription()
getType
public DotMethodFPParamTypeEnum getType()
getSpecificType
public java.lang.Class getSpecificType()