Package SmartGen

Examples of SmartGen.ConfigurableElement


        Object result = caseOption(option);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case SmartGenPackage.CONFIGURABLE_ELEMENT: {
        ConfigurableElement configurableElement = (ConfigurableElement)theEObject;
        Object result = caseConfigurableElement(configurableElement);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case SmartGenPackage.FOLDER: {
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setConfiguredElement(ConfigurableElement newConfiguredElement) {
    ConfigurableElement oldConfiguredElement = configuredElement;
    configuredElement = newConfiguredElement;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, SmartGenPackage.OPTION__CONFIGURED_ELEMENT, oldConfiguredElement, configuredElement));
  }
View Full Code Here

TOP

Related Classes of SmartGen.ConfigurableElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.