public interface OperationInfo
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getInstanceName()An El-expression that identifies the object on which an operation has to be invoked. | 
| java.lang.String | getOperationName()Name of the operation to invoke | 
| java.lang.String | getReturnName()Returns an expression to the location inside the BindingContext where this method's
 result should be found. | 
java.lang.String getInstanceName()
java.lang.String getOperationName()
java.lang.String getReturnName()