* @return the notification chaing
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTagConvertInfo(TagConvertInfo newTagConvertInfo, NotificationChain msgs) {
TagConvertInfo oldTagConvertInfo = tagConvertInfo;
tagConvertInfo = newTagConvertInfo;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DTInfoPackage.DT_INFO__TAG_CONVERT_INFO, oldTagConvertInfo, newTagConvertInfo);
if (msgs == null) msgs = notification; else msgs.add(notification);
}