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