Package fr.tm.elibel.smartqvt.qvt.qvtoperational

Examples of fr.tm.elibel.smartqvt.qvt.qvtoperational.ModelParameter


          res = UiPlugin.IMAGE_LIBRARY;
        if (element instanceof OperationalTransformation)
          res = UiPlugin.IMAGE_PACKAGE;
      }
      if (element instanceof ModelParameter) {
        ModelParameter modelparam = (ModelParameter) element;
        res = UiPlugin.IMAGE_TYPE;
        if (DirectionKind.IN == modelparam.getKind().getValue())
          res = UiPlugin.IMAGE_TYPE;
        if (DirectionKind.OUT == modelparam.getKind().getValue())
          res = UiPlugin.IMAGE_TYPE;
      }
      if (element instanceof Property)
        res = UiPlugin.IMAGE_PROPERTY;
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.qvt.qvtoperational.ModelParameter

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.