* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setConstant(Constant newConstant) {
Constant oldConstant = constant;
constant = newConstant;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, IdlmmPackage.CONSTANT_DEF_REF__CONSTANT, oldConstant, constant));
}