The following features are supported:
572573574575576577578579580581
* <!-- end-user-doc --> * @generated */ public void setType(Type newType) { Type oldType = type; type = newType; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, ModelPackageImpl.PROPERTY__TYPE, oldType, type)); }
575576577578579580581582583584
783784785786787788789790791792793
* <!-- end-user-doc --> * @generated */ public void setType(Type newType) { Type oldType = type; type = newType; boolean oldType_set_ = type_set_; type_set_ = true; if (isNotifying()) notify(ChangeKind.SET, INTERNAL_TYPE, oldType, type, !oldType_set_);
798799800801802803804805806807808
* <!-- end-user-doc --> * @generated */ public void unsetType() { Type oldType = type; boolean oldType_set_ = type_set_; type = null; type_set_ = false; if (isNotifying()) notify(ChangeKind.UNSET, INTERNAL_TYPE, oldType, null, oldType_set_);
* <!-- end-user-doc --> * @generated */ public void setType(Type newType) { Type oldType = type; type = newType; boolean oldType_set_ = type_set_; type_set_ = true; if (isNotifying()) notify(ChangeKind.SET, TYPE, oldType, type, !oldType_set_);
* <!-- end-user-doc --> * @generated */ public void unsetType() { Type oldType = type; boolean oldType_set_ = type_set_; type = null; type_set_ = false; if (isNotifying()) notify(ChangeKind.UNSET, TYPE, oldType, null, oldType_set_);