* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSlotType(SlotType newSlotType) {
SlotType oldSlotType = slotType;
slotType = newSlotType == null ? SLOT_TYPE_EDEFAULT : newSlotType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, StructurePackage.SLOT__SLOT_TYPE, oldSlotType, slotType));
}