* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setMaskContentUnits(MaskUnits newMaskContentUnits) {
MaskUnits oldMaskContentUnits = maskContentUnits;
maskContentUnits = newMaskContentUnits == null ? MASK_CONTENT_UNITS_EDEFAULT : newMaskContentUnits;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_MASK_ELEMENT__MASK_CONTENT_UNITS, oldMaskContentUnits, maskContentUnits));
}