Package eu.admire.dispel.references

Examples of eu.admire.dispel.references.OutputReference


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setSource(OutputReference newSource) {
    OutputReference oldSource = source;
    source = newSource;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, StatementsPackage.CONNECTION_STATEMENT__SOURCE, oldSource, source));
  }
View Full Code Here

TOP

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

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.