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

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


   * <!-- end-user-doc -->
   * @generated
   */
  public static TaskFactory init() {
    try {
      TaskFactory theTaskFactory = (TaskFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.efxclipse.org/rrobot/task/1.0");
      if (theTaskFactory != null) {
        return theTaskFactory;
      }
    }
    catch (Exception exception) {
View Full Code Here

TOP

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

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.