* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setImport(Import newImport) {
Import oldImport = import_;
import_ = newImport;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.ITEM_DEFINITION__IMPORT, oldImport, import_));
}