* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPartition(PartitionType newPartition, NotificationChain msgs) {
PartitionType oldPartition = partition;
partition = newPartition;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.NODE_TYPE__PARTITION, oldPartition, newPartition);
if (msgs == null) msgs = notification; else msgs.add(notification);
}