public class OperationMethod
extends java.lang.Object
ReflectiveOperationInvoker| Constructor and Description |
|---|
OperationMethod(java.lang.reflect.Method method,
OperationType operationType)
Create a new
OperationMethod instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod()
Return the source Java method.
|
OperationType |
getOperationType()
Return the operation type.
|
OperationParameters |
getParameters()
Return the operation parameters.
|
java.lang.String |
toString() |
public OperationMethod(java.lang.reflect.Method method,
OperationType operationType)
OperationMethod instance.method - the source methodoperationType - the operation typepublic java.lang.reflect.Method getMethod()
public OperationType getOperationType()
public OperationParameters getParameters()
public java.lang.String toString()
toString in class java.lang.Object