* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setConfiguredElement(ConfigurableElement newConfiguredElement) {
ConfigurableElement oldConfiguredElement = configuredElement;
configuredElement = newConfiguredElement;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SmartGenPackage.OPTION__CONFIGURED_ELEMENT, oldConfiguredElement, configuredElement));
}