Package org.csu.idl.idlmm

Examples of org.csu.idl.idlmm.ParameterMode


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setDirection(ParameterMode newDirection) {
    ParameterMode oldDirection = direction;
    direction = newDirection == null ? DIRECTION_EDEFAULT : newDirection;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, IdlmmPackage.PARAMETER_DEF__DIRECTION, oldDirection, direction));
  }
View Full Code Here

TOP

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

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.