* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLeadingModel(LeadingModel newLeadingModel) {
LeadingModel oldLeadingModel = leadingModel;
leadingModel = newLeadingModel == null ? LEADING_MODEL_EDEFAULT : newLeadingModel;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FxgPackage.RICH_TEXT__LEADING_MODEL, oldLeadingModel, leadingModel));
}