* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCastInteger(CastIntegerType newCastInteger) {
CastIntegerType oldCastInteger = castInteger;
castInteger = newCastInteger == null ? CAST_INTEGER_EDEFAULT : newCastInteger;
boolean oldCastIntegerESet = castIntegerESet;
castIntegerESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, _40Package.TARGET_TYPE__CAST_INTEGER, oldCastInteger, castInteger, !oldCastIntegerESet));