Class MappedPropertyParseResult
java.lang.Object
com.espertech.esper.common.internal.event.property.MappedPropertyParseResult
Encapsulates the parse result parsing a mapped property as a class and method name with args.
-
Constructor Summary
ConstructorDescriptionMappedPropertyParseResult
(String className, String methodName, String argString) Returns the parse result of the mapped property. -
Method Summary
Modifier and TypeMethodDescriptionReturns the method argument.Returns class name.Returns the method name.
-
Constructor Details
-
MappedPropertyParseResult
Returns the parse result of the mapped property.- Parameters:
className
- is the class name, or null if there isn't onemethodName
- is the method nameargString
- is the argument
-
-
Method Details
-
getClassName
Returns class name.- Returns:
- name of class
-
getMethodName
Returns the method name.- Returns:
- method name
-
getArgString
Returns the method argument.- Returns:
- arg
-