/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public void eUnset(int featureID) { switch (featureID) { case SybaseasabasesqlmodelPackage.SYBASE_ASA_BASE_USER_DEFINED_TYPE__NULLABLE: setNullable(NULLABLE_EDEFAULT); return; case SybaseasabasesqlmodelPackage.SYBASE_ASA_BASE_USER_DEFINED_TYPE__DEFAULT_TYPE: setDefaultType(DEFAULT_TYPE_EDEFAULT); return; } super.eUnset(featureID); }
/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public void eSet(int featureID, Object newValue) { switch (featureID) { case SybaseasabasesqlmodelPackage.SYBASE_ASA_BASE_USER_DEFINED_TYPE__NULLABLE: setNullable((AllowNullType) newValue); return; case SybaseasabasesqlmodelPackage.SYBASE_ASA_BASE_USER_DEFINED_TYPE__DEFAULT_TYPE: setDefaultType((TypeOfDefault) newValue); return; } super.eSet(featureID, newValue); }