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

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public String getText(Object object) {
    ImportKind labelValue = ((ModuleImport)object).getKind();
    String label = labelValue == null ? null : labelValue.toString();
    return label == null || label.length() == 0 ?
      getString("_UI_ModuleImport_type") :
      getString("_UI_ModuleImport_type") + " " + label;
  }
View Full Code Here

TOP

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

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.