use of org.applause.lang.applauseDsl.Attribute in project applause by applause.
the class EntityMemberCallTailImpl method setHead.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setHead(Attribute newHead) {
Attribute oldHead = head;
head = newHead;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.ENTITY_MEMBER_CALL_TAIL__HEAD, oldHead, head));
}
Aggregations