Package com.puppetlabs.geppetto.pp.pptp

Examples of com.puppetlabs.geppetto.pp.pptp.IDocumented


   * <!-- end-user-doc -->
   *
   * @generated
   */
  public void setEReference0(IDocumented newEReference0) {
    IDocumented oldEReference0 = eReference0;
    eReference0 = newEReference0;
    if(eNotificationRequired())
      eNotify(new ENotificationImpl(
        this, Notification.SET, PPTPPackage.ABSTRACT_TYPE__EREFERENCE0, oldEReference0, eReference0));
  }
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.pp.pptp.IDocumented

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.