Package eu.admire.dispel.members

Examples of eu.admire.dispel.members.InterfaceMethod


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setAttribute(InterfaceMethod newAttribute) {
    InterfaceMethod oldAttribute = attribute;
    attribute = newAttribute;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, AnnotationsPackage.ANNOTATION_ATTRIBUTE_SETTING__ATTRIBUTE, oldAttribute, attribute));
  }
View Full Code Here

TOP

Related Classes of eu.admire.dispel.members.InterfaceMethod

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.