Package SmartGen

Examples of SmartGen.Archive


        if (result == null) result = caseConfigurableElement(folder);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case SmartGenPackage.ARCHIVE: {
        Archive archive = (Archive)theEObject;
        Object result = caseArchive(archive);
        if (result == null) result = casePackage(archive);
        if (result == null) result = caseFile(archive);
        if (result == null) result = caseData(archive);
        if (result == null) result = caseValue(archive);
View Full Code Here

TOP

Related Classes of SmartGen.Archive

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.