/**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eUnset(int featureID) {
   switch (featureID) {
     case Probfunction_av_pcPackage.LOGNORMAL_DISTRIBUTION__MU:
       setMu(MU_EDEFAULT);
       return;
     case Probfunction_av_pcPackage.LOGNORMAL_DISTRIBUTION__SIGMA:
       setSigma(SIGMA_EDEFAULT);
       return;
   }
   super.eUnset(featureID);
 }
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eSet(int featureID, Object newValue) {
   switch (featureID) {
     case Probfunction_av_pcPackage.LOGNORMAL_DISTRIBUTION__MU:
       setMu((Double) newValue);
       return;
     case Probfunction_av_pcPackage.LOGNORMAL_DISTRIBUTION__SIGMA:
       setSigma((Double) newValue);
       return;
   }
   super.eSet(featureID, newValue);
 }