Package at.bestsolution.efxclipse.tooling.rrobot.model.task

Examples of at.bestsolution.efxclipse.tooling.rrobot.model.task.DataFile


        if (result == null) result = caseExcludeableElementMixin(templatedFile);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case TaskPackage.DATA_FILE: {
        DataFile dataFile = (DataFile)theEObject;
        T result = caseDataFile(dataFile);
        if (result == null) result = caseFile(dataFile);
        if (result == null) result = caseResource(dataFile);
        if (result == null) result = caseExcludeableElementMixin(dataFile);
        if (result == null) result = defaultCase(theEObject);
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.rrobot.model.task.DataFile

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.