예제 #1
0
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 @Override
 public void eUnset(int featureID) {
   switch (featureID) {
     case ContentfwkPackage.LOCATION__CONTAINS_ACTORS:
       getContainsActors().clear();
       return;
     case ContentfwkPackage.LOCATION__CONTAINS_ORGANIZATION_UNITS:
       getContainsOrganizationUnits().clear();
       return;
     case ContentfwkPackage.LOCATION__CONTAINS_PHYSICAL_DATA_COMPONENTS:
       getContainsPhysicalDataComponents().clear();
       return;
     case ContentfwkPackage.LOCATION__CONTAINS_PHYSICAL_APPLICATION_COMPONENTS:
       getContainsPhysicalApplicationComponents().clear();
       return;
     case ContentfwkPackage.LOCATION__CONTAINS_PHYSICAL_TECHNOLOGY_COMPONENTS:
       getContainsPhysicalTechnologyComponents().clear();
       return;
     case ContentfwkPackage.LOCATION__DECOMPOSES_LOCATION:
       setDecomposesLocation((Location) null);
       return;
   }
   super.eUnset(featureID);
 }