Example #1
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eUnset(int featureID) {
   switch (featureID) {
     case IdPackage.ID_CONFIGURATION__PREFIX:
       unsetPrefix();
       return;
     case IdPackage.ID_CONFIGURATION__COUNT:
       unsetCount();
       return;
     case IdPackage.ID_CONFIGURATION__VERTICAL_ALIGN:
       unsetVerticalAlign();
       return;
   }
   super.eUnset(featureID);
 }
Example #2
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eSet(int featureID, Object newValue) {
   switch (featureID) {
     case IdPackage.ID_CONFIGURATION__PREFIX:
       setPrefix((String) newValue);
       return;
     case IdPackage.ID_CONFIGURATION__COUNT:
       setCount((Integer) newValue);
       return;
     case IdPackage.ID_CONFIGURATION__VERTICAL_ALIGN:
       setVerticalAlign((IdVerticalAlign) newValue);
       return;
   }
   super.eSet(featureID, newValue);
 }