Package org.xilaew.atg.model.activityTestCaseGraph

Examples of org.xilaew.atg.model.activityTestCaseGraph.TCGOCLOperationType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setOperation(TCGOCLOperationType newOperation) {
    TCGOCLOperationType oldOperation = operation;
    operation = newOperation == null ? OPERATION_EDEFAULT : newOperation;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ActivityTestCaseGraphPackage.TCGOCL_OPERATION_CALL_EXP__OPERATION, oldOperation, operation));
  }
View Full Code Here

TOP

Related Classes of org.xilaew.atg.model.activityTestCaseGraph.TCGOCLOperationType

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.