public static class ExprNodeUtility.MappedPropertyParseResult
extends java.lang.Object
Constructor and Description |
---|
MappedPropertyParseResult(java.lang.String className,
java.lang.String methodName,
java.lang.String argString)
Returns the parse result of the mapped property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgString()
Returns the method argument.
|
java.lang.String |
getClassName()
Returns class name.
|
java.lang.String |
getMethodName()
Returns the method name.
|
public MappedPropertyParseResult(java.lang.String className, java.lang.String methodName, java.lang.String argString)
className
- is the class name, or null if there isn't onemethodName
- is the method nameargString
- is the argumentpublic java.lang.String getClassName()
public java.lang.String getMethodName()
public java.lang.String getArgString()