com.espertech.esper.epl.methodbase
Class DotMethodFPParam

java.lang.Object
  extended by com.espertech.esper.epl.methodbase.DotMethodFPParam

public class DotMethodFPParam
extends java.lang.Object


Constructor Summary
DotMethodFPParam(int lambdaParamNum, java.lang.String description, DotMethodFPParamTypeEnum type)
           
DotMethodFPParam(java.lang.String description, DotMethodFPParamTypeEnum type, java.lang.Class specificType)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getLambdaParamNum()
           
 java.lang.Class getSpecificType()
           
 DotMethodFPParamTypeEnum getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotMethodFPParam

public DotMethodFPParam(int lambdaParamNum,
                        java.lang.String description,
                        DotMethodFPParamTypeEnum type)

DotMethodFPParam

public DotMethodFPParam(java.lang.String description,
                        DotMethodFPParamTypeEnum type,
                        java.lang.Class specificType)
Method Detail

getLambdaParamNum

public int getLambdaParamNum()

getDescription

public java.lang.String getDescription()

getType

public DotMethodFPParamTypeEnum getType()

getSpecificType

public java.lang.Class getSpecificType()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com