use of org.eclipse.xtext.validation.csvalidationtest.AssignedAction in project xtext-core by eclipse.
the class ModelImpl method basicSetX6.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetX6(AssignedAction newX6, NotificationChain msgs) {
AssignedAction oldX6 = x6;
x6 = newX6;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CsvalidationtestPackage.MODEL__X6, oldX6, newX6);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
Aggregations