Package org.emftext.language.office

Examples of org.emftext.language.office.Office


   * <!-- end-user-doc -->
   * @generated
   */
  public void setWorksIn(Office newWorksIn)
  {
    Office oldWorksIn = worksIn;
    worksIn = newWorksIn;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, OfficePackage.EMPLOYEE__WORKS_IN, oldWorksIn, worksIn));
  }
View Full Code Here

TOP

Related Classes of org.emftext.language.office.Office

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.