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