A basic implementation of the dynamic operation-invocation delegate API. In fact, it is so basic that it isn't much an implementation at all, but merely throws {@link UnsupportedOperationException} on every invocation, except forthe operations defined for the {@link EObject} class.Subclasses should override the {@link #dynamicInvoke(InternalEObject,EList)}method to not do that.
@since 2.6
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.