com.espertech.esper.epl.expression.core
Class ExprNodeUtility.MappedPropertyParseResult

java.lang.Object
  extended by com.espertech.esper.epl.expression.core.ExprNodeUtility.MappedPropertyParseResult
Enclosing class:
ExprNodeUtility

public static class ExprNodeUtility.MappedPropertyParseResult
extends java.lang.Object

Encapsulates the parse result parsing a mapped property as a class and method name with args.


Constructor Summary
ExprNodeUtility.MappedPropertyParseResult(java.lang.String className, java.lang.String methodName, java.lang.String argString)
          Returns the parse result of the mapped property.
 
Method Summary
 java.lang.String getArgString()
          Returns the method argument.
 java.lang.String getClassName()
          Returns class name.
 java.lang.String getMethodName()
          Returns the method name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNodeUtility.MappedPropertyParseResult

public ExprNodeUtility.MappedPropertyParseResult(java.lang.String className,
                                                 java.lang.String methodName,
                                                 java.lang.String argString)
Returns the parse result of the mapped property.

Parameters:
className - is the class name, or null if there isn't one
methodName - is the method name
argString - is the argument
Method Detail

getClassName

public java.lang.String getClassName()
Returns class name.

Returns:
name of class

getMethodName

public java.lang.String getMethodName()
Returns the method name.

Returns:
method name

getArgString

public java.lang.String getArgString()
Returns the method argument.

Returns:
arg

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