Package org.csu.idl.idlmm

Examples of org.csu.idl.idlmm.ForwardDef


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setForward(ForwardDef newForward) {
    ForwardDef oldForward = forward;
    forward = newForward;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, IdlmmPackage.INTERFACE_DEF__FORWARD, oldForward, forward));
  }
View Full Code Here

TOP

Related Classes of org.csu.idl.idlmm.ForwardDef

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.