/**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eUnset(int featureID) {
   switch (featureID) {
     case DTracePackage.LOCAL_EXECUTION__IS_CREATE:
       setIsCreate(IS_CREATE_EDEFAULT);
       return;
     case DTracePackage.LOCAL_EXECUTION__IS_DESTROY:
       setIsDestroy(IS_DESTROY_EDEFAULT);
       return;
   }
   super.eUnset(featureID);
 }
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eSet(int featureID, Object newValue) {
   switch (featureID) {
     case DTracePackage.LOCAL_EXECUTION__IS_CREATE:
       setIsCreate((Boolean) newValue);
       return;
     case DTracePackage.LOCAL_EXECUTION__IS_DESTROY:
       setIsDestroy((Boolean) newValue);
       return;
   }
   super.eSet(featureID, newValue);
 }