* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSegmentation(SegmentationType newSegmentation, NotificationChain msgs) {
SegmentationType oldSegmentation = segmentation;
segmentation = newSegmentation;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.MINING_MODEL_TYPE__SEGMENTATION, oldSegmentation, newSegmentation);
if (msgs == null) msgs = notification; else msgs.add(notification);
}