* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setOptype(OPTYPE newOptype) {
OPTYPE oldOptype = optype;
optype = newOptype == null ? OPTYPE_EDEFAULT : newOptype;
boolean oldOptypeESet = optypeESet;
optypeESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, _40Package.PARAMETER_FIELD_TYPE__OPTYPE, oldOptype, optype, !oldOptypeESet));