Package org.emftext.language.models

Examples of org.emftext.language.models.Size


   * <!-- end-user-doc -->
   * @generated
   */
  public void setLegs(Size newLegs)
  {
    Size oldLegs = legs;
    legs = newLegs == null ? LEGS_EDEFAULT : newLegs;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ModelsPackage.MODEL__LEGS, oldLegs, legs));
  }
View Full Code Here

TOP

Related Classes of org.emftext.language.models.Size

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.