* <!-- 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));
}