* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setType(ColorMatrixType newType) {
ColorMatrixType oldType = type;
type = newType == null ? TYPE_EDEFAULT : newType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_FE_COLOR_MATRIX_ELEMENT__TYPE, oldType, type));
}