* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSlotSize(SlotSize newSlotSize) {
SlotSize oldSlotSize = slotSize;
slotSize = newSlotSize == null ? SLOT_SIZE_EDEFAULT : newSlotSize;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, StructurePackage.SLOT__SLOT_SIZE, oldSlotSize, slotSize));
}