* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setJustificationRule(JustificationRule newJustificationRule) {
JustificationRule oldJustificationRule = justificationRule;
justificationRule = newJustificationRule == null ? JUSTIFICATION_RULE_EDEFAULT : newJustificationRule;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FxgPackage.RICH_TEXT__JUSTIFICATION_RULE, oldJustificationRule, justificationRule));
}