public static interface EOperation.Internal.InvocationDelegate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EOperation.Internal.InvocationDelegate.Factory
A factory for creating invocation delegates.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
dynamicInvoke(InternalEObject target,
<any> arguments)
Invokes the operation behaviour for the specified target
object.
|
java.lang.Object dynamicInvoke(InternalEObject target, <any> arguments) throws java.lang.reflect.InvocationTargetException
target - the object on which to invoke the operationarguments - the arguments for the operation parameters (an
empty list if the operation has no parameters)null if it is
a void operationjava.lang.reflect.InvocationTargetException - in case of failure to execute the
operation behaviour, usually because of an exceptionCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature