* <!-- end-user-doc -->
* @generated
*/
public void setOperator(CompEqOperator newOperator)
{
CompEqOperator oldOperator = operator;
operator = newOperator == null ? OPERATOR_EDEFAULT : newOperator;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, QueryPackage.COMP_EQ_EXPR__OPERATOR, oldOperator, operator));
}