* <!-- end-user-doc -->
* @generated
*/
public void setIpConnection(IPConnection newIpConnection)
{
IPConnection oldIpConnection = ipConnection;
ipConnection = newIpConnection;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.MBRICKLET_SOUND_INTENSITY__IP_CONNECTION, oldIpConnection, ipConnection));
}