Package SmartGen

Examples of SmartGen.Option


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

TOP

Related Classes of SmartGen.Option

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.