/**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eUnset(int featureID) {
   switch (featureID) {
     case Ifc2x3tc1Package.IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DEFINITION_TYPE:
       unsetDefinitionType();
       return;
     case Ifc2x3tc1Package
         .IFC_REINFORCEMENT_DEFINITION_PROPERTIES__REINFORCEMENT_SECTION_DEFINITIONS:
       getReinforcementSectionDefinitions().clear();
       return;
   }
   super.eUnset(featureID);
 }
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @SuppressWarnings("unchecked")
 @Override
 public void eSet(int featureID, Object newValue) {
   switch (featureID) {
     case Ifc2x3tc1Package.IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DEFINITION_TYPE:
       setDefinitionType((String) newValue);
       return;
     case Ifc2x3tc1Package
         .IFC_REINFORCEMENT_DEFINITION_PROPERTIES__REINFORCEMENT_SECTION_DEFINITIONS:
       getReinforcementSectionDefinitions().clear();
       getReinforcementSectionDefinitions()
           .addAll((Collection<? extends IfcSectionReinforcementProperties>) newValue);
       return;
   }
   super.eSet(featureID, newValue);
 }