Package eu.admire.dispel.references

Examples of eu.admire.dispel.references.ReferenceableElement


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setTarget(ReferenceableElement newTarget) {
    ReferenceableElement oldTarget = target;
    target = newTarget;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ReferencesPackage.ELEMENT_REFERENCE__TARGET, oldTarget, target));
  }
View Full Code Here

TOP

Related Classes of eu.admire.dispel.references.ReferenceableElement

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.