* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setMethod(MethodType newMethod) {
MethodType oldMethod = method;
method = newMethod == null ? METHOD_EDEFAULT : newMethod;
boolean oldMethodESet = methodESet;
methodESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, Wps10Package.INPUT_REFERENCE_TYPE__METHOD, oldMethod, method, !oldMethodESet));